Searched refs:thread_state (Results 1 – 3 of 3) sorted by relevance
149 enum rte_lcore_state_t thread_state; in thread_is_running() local151 thread_state = rte_eal_get_lcore_state(thread_id); in thread_is_running()152 return (thread_state == RUNNING) ? 1 : 0; in thread_is_running()
116 enum rte_lcore_state_t thread_state; in thread_is_running() local118 thread_state = rte_eal_get_lcore_state(thread_id); in thread_is_running()119 return (thread_state == RUNNING)? 1 : 0; in thread_is_running()
161 enum rte_lcore_state_t thread_state; in thread_is_running() local163 thread_state = rte_eal_get_lcore_state(thread_id); in thread_is_running()164 return (thread_state == RUNNING) ? 1 : 0; in thread_is_running()