Home
last modified time | relevance | path

Searched refs:sys_gettid (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill03.c30 child_tid = sys_gettid(); in child_thread_func()
39 defunct_tid = sys_gettid(); in defunct_thread_func()
56 parent_tid = sys_gettid(); in setup()
Dtgkill.h17 static inline pid_t sys_gettid(void) in sys_gettid() function
Dtgkill02.c37 *tid = sys_gettid(); in thread_func()
Dtgkill01.c43 thread->tid = sys_gettid(); in thread_func()