Searched refs:WAIT (Results 1 – 12 of 12) sorted by relevance
23 __ATOMIC_ACQUIRE) != WAIT) in rte_eal_wait_lcore()43 __ATOMIC_ACQUIRE) != WAIT) in rte_eal_remote_launch()75 if (lcore_config[lcore_id].state != WAIT) in rte_eal_mp_remote_launch()86 lcore_config[main_lcore].state = WAIT; in rte_eal_mp_remote_launch()
220 __atomic_store_n(&lcore_config[lcore_id].state, WAIT, in eal_thread_loop()
22 WAIT, enumerator
577 != WAIT) { in cmd_start_parsed()852 if (rte_eal_get_lcore_state(worker_core_id) != WAIT) in main()
432 lcore_config[i].state = WAIT; in rte_eal_init()
509 if (rte_eal_get_lcore_state(id_core) == WAIT) { in dead_core()
809 lcore_config[i].state = WAIT; in rte_eal_init()
471 while (rte_eal_get_lcore_state(lcore) != WAIT) { in wait_workers_to_join()
1144 lcore_config[i].state = WAIT; in rte_eal_init()
582 while (rte_eal_get_lcore_state(lcore) != WAIT) { in wait_workers_to_join()
3143 while (rte_eal_get_lcore_state(p_lcore) != WAIT || in worker_loopback()3144 rte_eal_get_lcore_state(w_lcore) != WAIT) { in worker_loopback()
447 The lcore state ``WAIT`` is enough to represent the same state.