MCPcopy Create free account
hub / github.com/F-Stack/f-stack / main_wait_for_workers

Function main_wait_for_workers

dpdk/app/test/test_timer.c:230–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230static void
231main_wait_for_workers(void)
232{
233 unsigned i;
234
235 RTE_LCORE_FOREACH_WORKER(i) {
236 rte_wait_until_equal_16(&lcore_state[i], WORKER_FINISHED, __ATOMIC_ACQUIRE);
237 }
238}
239
240static void
241worker_wait_to_start(void)

Callers 1

timer_stress2_main_loopFunction · 0.85

Calls 1

rte_wait_until_equal_16Function · 0.50

Tested by

no test coverage detected