Home
last modified time | relevance | path

Searched refs:WORKER_RUN_SIGNAL (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_timer.c205 enum { WORKER_WAITING = 1, WORKER_RUN_SIGNAL, WORKER_RUNNING, WORKER_FINISHED }; enumerator
224 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()