Searched refs:thread_active (Results 1 – 1 of 1) sorted by relevance
68 uint8_t thread_active; /* indicates when thread is in service_run() */ member461 __atomic_store_n(&cs->thread_active, 1, __ATOMIC_SEQ_CST); in service_runner_func()485 __atomic_store_n(&cs->thread_active, 0, __ATOMIC_SEQ_CST); in service_runner_func()498 return __atomic_load_n(&lcore_states[lcore].thread_active, in rte_service_lcore_may_be_active()