Searched refs:defunct_tid (Results 1 - 1 of 1) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/tgkill/ |
H A D | tgkill03.c | 24 static pid_t defunct_tid; variable 39 defunct_tid = sys_gettid(); in defunct_thread_func() 64 sprintf(defunct_tid_path, "/proc/%d/task/%d", getpid(), defunct_tid); in setup() 88 { "Defunct tid", &parent_tgid, &defunct_tid, SIGUSR1, ESRCH }, 89 { "Defunct tgid", &defunct_tid, &child_tid, SIGUSR1, ESRCH },
|
Completed in 1 milliseconds