Home
last modified time | relevance | path

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

/dpdk/examples/pipeline/
H A Dthread.c156 enum rte_lcore_state_t thread_state; in thread_is_running() local
158 thread_state = rte_eal_get_lcore_state(thread_id); in thread_is_running()
159 return (thread_state == RUNNING) ? 1 : 0; in thread_is_running()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c114 enum rte_lcore_state_t thread_state; in thread_is_running() local
116 thread_state = rte_eal_get_lcore_state(thread_id); in thread_is_running()
117 return (thread_state == RUNNING)? 1 : 0; in thread_is_running()
/dpdk/examples/ip_pipeline/
H A Dthread.c159 enum rte_lcore_state_t thread_state; in thread_is_running() local
161 thread_state = rte_eal_get_lcore_state(thread_id); in thread_is_running()
162 return (thread_state == RUNNING) ? 1 : 0; in thread_is_running()