MCPcopy 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
255int
256rte_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
261rte_thread_t
262rte_thread_self(void)

Callers 6

rte_thread_is_intrFunction · 0.50
rte_thread_is_intrFunction · 0.50
test_thread_create_joinFunction · 0.50

Calls

no outgoing calls

Tested by 3

test_thread_create_joinFunction · 0.40