Searched refs:parent_tgid (Results 1 - 1 of 1) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/tgkill/ |
H A D | tgkill03.c | 21 static pid_t parent_tgid; variable 55 parent_tgid = getpid(); in setup() 86 { "Invalid tid", &parent_tgid, &invalid_pid, SIGUSR1, EINVAL }, 87 { "Invalid signal", &parent_tgid, &parent_tid, -1, EINVAL }, 88 { "Defunct tid", &parent_tgid, &defunct_tid, SIGUSR1, ESRCH }, 90 { "Valid tgkill call", &parent_tgid, &child_tid, SIGUSR1, 0 },
|
Completed in 2 milliseconds