Searched refs:WORKER_RUN_SIGNAL (Results 1 – 1 of 1) sorted by relevance
205 enum { WORKER_WAITING = 1, WORKER_RUN_SIGNAL, WORKER_RUNNING, WORKER_FINISHED }; enumerator224 rte_atomic16_set(&lcore_state[i], WORKER_RUN_SIGNAL); in main_start_workers()248 while (rte_atomic16_read(&lcore_state[lcore_id]) != WORKER_RUN_SIGNAL) in worker_wait_to_start()