Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
913
static __rte_noreturn void *
914
eal_worker_thread_loop(void *arg)
915
{
916
eal_thread_loop(arg);
917
}
918
919
static int
920
eal_worker_thread_create(unsigned int lcore_id)
Callers
nothing calls this directly
Calls
1
eal_thread_loop
Function · 0.85
Tested by
no test coverage detected