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

Function main_init_workers

dpdk/app/test/test_timer.c:207–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205static uint16_t lcore_state[RTE_MAX_LCORE];
206
207static void
208main_init_workers(void)
209{
210 unsigned i;
211
212 RTE_LCORE_FOREACH_WORKER(i) {
213 __atomic_store_n(&lcore_state[i], WORKER_WAITING, __ATOMIC_RELAXED);
214 }
215}
216
217static void
218main_start_workers(void)

Callers 1

test_timerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected