Home
last modified time | relevance | path

Searched refs:own_tid (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-clone2-internal.c111 pid_t own_tid = syscall (__NR_gettid); in do_test() local
115 if ((ppid != own_pid) || (pid == own_pid) || (tid == own_tid)) in do_test()
117 (int)ppid, (int)pid, (int)tid, (int)own_pid, (int)own_tid); in do_test()
Dtst-clone2.c118 pid_t own_tid = syscall (__NR_gettid); in do_test() local
122 if ((ppid != own_pid) || (pid == own_pid) || (tid == own_tid)) in do_test()
124 (int)ppid, (int)pid, (int)tid, (int)own_pid, (int)own_tid); in do_test()