Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_thread_equal
Function
rte_thread_equal
dpdk/lib/eal/unix/rte_thread.c:255–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
int
256
rte_thread_equal(rte_thread_t t1, rte_thread_t t2)
257
{
258
return pthread_equal((pthread_t)t1.opaque_id, (pthread_t)t2.opaque_id);
259
}
260
261
rte_thread_t
262
rte_thread_self(void)
Callers
6
rte_thread_is_intr
Function · 0.50
rte_thread_is_intr
Function · 0.50
mlx5_vdpa_c_thread_handle
Function · 0.50
test_thread_create_join
Function · 0.50
test_thread_create_detach
Function · 0.50
test_thread_control_create_join
Function · 0.50
Calls
no outgoing calls
Tested by
3
test_thread_create_join
Function · 0.40
test_thread_create_detach
Function · 0.40
test_thread_control_create_join
Function · 0.40