Searched refs:rte_eal_get_lcore_state (Results 1 – 15 of 15) sorted by relevance
191 (int) rte_eal_get_lcore_state(i)); in test_mcslock()203 (int) rte_eal_get_lcore_state(i)); in test_mcslock()
206 (int) rte_eal_get_lcore_state(i)); in test_spinlock()225 (int) rte_eal_get_lcore_state(i)); in test_spinlock()
214 (int) rte_eal_get_lcore_state(i)); in test_ticketlock()234 (int) rte_eal_get_lcore_state(i)); in test_ticketlock()
114 enum rte_lcore_state_t rte_eal_get_lcore_state(unsigned int worker_id);
75 rte_eal_get_lcore_state(unsigned lcore_id) in rte_eal_get_lcore_state() function
40 rte_eal_get_lcore_state
47 rte_eal_get_lcore_state;
577 if (rte_eal_get_lcore_state(global_flag_stru_p->LcoreMainCore) in cmd_start_parsed()853 if (rte_eal_get_lcore_state(worker_core_id) != WAIT) in main()
151 thread_state = rte_eal_get_lcore_state(thread_id); in thread_is_running()
509 if (rte_eal_get_lcore_state(id_core) == FINISHED) { in dead_core()
471 while (rte_eal_get_lcore_state(lcore) != FINISHED) { in wait_workers_to_join()
582 while (rte_eal_get_lcore_state(lcore) != FINISHED) { in wait_workers_to_join()
3141 while (rte_eal_get_lcore_state(p_lcore) != FINISHED || in worker_loopback()3142 rte_eal_get_lcore_state(w_lcore) != FINISHED) { in worker_loopback()
118 thread_state = rte_eal_get_lcore_state(thread_id); in thread_is_running()
163 thread_state = rte_eal_get_lcore_state(thread_id); in thread_is_running()