Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/pipeline/
H A Dthread.c149 enum rte_lcore_state_t thread_state; in thread_is_running() local
151 thread_state = rte_eal_get_lcore_state(thread_id); in thread_is_running()
152 return (thread_state == RUNNING) ? 1 : 0; in thread_is_running()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c116 enum rte_lcore_state_t thread_state; in thread_is_running() local
118 thread_state = rte_eal_get_lcore_state(thread_id); in thread_is_running()
119 return (thread_state == RUNNING)? 1 : 0; in thread_is_running()
/f-stack/dpdk/examples/ip_pipeline/
H A Dthread.c161 enum rte_lcore_state_t thread_state; in thread_is_running() local
163 thread_state = rte_eal_get_lcore_state(thread_id); in thread_is_running()
164 return (thread_state == RUNNING) ? 1 : 0; in thread_is_running()