MCPcopy 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
159void
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_unregisterFunction · 0.85

Calls 1

Tested by

no test coverage detected