MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_sys_gettid

Function rte_sys_gettid

dpdk/lib/eal/linux/eal_thread.c:17–20  ·  view source on GitHub ↗

require calling thread tid by gettid() */

Source from the content-addressed store, hash-verified

15
16/* require calling thread tid by gettid() */
17int rte_sys_gettid(void)
18{
19 return (int)syscall(SYS_gettid);
20}
21
22void rte_thread_set_name(rte_thread_t thread_id, const char *thread_name)
23{

Callers 1

rte_gettidFunction · 0.50

Calls 1

syscallFunction · 0.50

Tested by

no test coverage detected