Home
last modified time | relevance | path

Searched refs:thread_active (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c68 uint8_t thread_active; /* indicates when thread is in service_run() */ member
461 __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()