Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_thread_detach
Function
rte_thread_detach
dpdk/lib/eal/unix/rte_thread.c:249–253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
}
248
249
int
250
rte_thread_detach(rte_thread_t thread_id)
251
{
252
return pthread_detach((pthread_t)thread_id.opaque_id);
253
}
254
255
int
256
rte_thread_equal(rte_thread_t t1, rte_thread_t t2)
Callers
6
ark_pktgen_delay_start
Function · 0.50
ixgbe_dev_setup_link_thread_handler
Function · 0.50
ice_dcf_vsi_update_service_handler
Function · 0.50
txgbe_dev_setup_link_thread_handler
Function · 0.50
test_thread_create_detach
Function · 0.50
new_device
Function · 0.50
Calls
no outgoing calls
Tested by
1
test_thread_create_detach
Function · 0.40