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

Function eal_worker_thread_loop

dpdk/lib/eal/linux/eal.c:913–917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

911}
912
913static __rte_noreturn void *
914eal_worker_thread_loop(void *arg)
915{
916 eal_thread_loop(arg);
917}
918
919static int
920eal_worker_thread_create(unsigned int lcore_id)

Callers

nothing calls this directly

Calls 1

eal_thread_loopFunction · 0.85

Tested by

no test coverage detected