Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ __rte_thread_uninit
Function
__rte_thread_uninit
dpdk/lib/eal/common/eal_common_thread.c:159–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
void
160
__rte_thread_uninit(void)
161
{
162
trace_mem_per_thread_free();
163
164
RTE_PER_LCORE(_lcore_id) = LCORE_ID_ANY;
165
}
166
167
/* main loop of threads */
168
__rte_noreturn uint32_t
Callers
1
rte_thread_unregister
Function · 0.85
Calls
1
trace_mem_per_thread_free
Function · 0.70
Tested by
no test coverage detected