Searched refs:thread_state (Results 1 – 3 of 3) sorted by relevance
156 enum rte_lcore_state_t thread_state; in thread_is_running() local158 thread_state = rte_eal_get_lcore_state(thread_id); in thread_is_running()159 return (thread_state == RUNNING) ? 1 : 0; in thread_is_running()
114 enum rte_lcore_state_t thread_state; in thread_is_running() local116 thread_state = rte_eal_get_lcore_state(thread_id); in thread_is_running()117 return (thread_state == RUNNING)? 1 : 0; in thread_is_running()
159 enum rte_lcore_state_t thread_state; in thread_is_running() local161 thread_state = rte_eal_get_lcore_state(thread_id); in thread_is_running()162 return (thread_state == RUNNING) ? 1 : 0; in thread_is_running()