Home
last modified time | relevance | path

Searched refs:defunct_tid_path (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/tgkill/
H A Dtgkill03.c48 char defunct_tid_path[PATH_MAX]; in setup() local
64 sprintf(defunct_tid_path, "/proc/%d/task/%d", getpid(), defunct_tid); in setup()
65 ret = TST_RETRY_FN_EXP_BACKOFF(access(defunct_tid_path, R_OK), in setup()
68 tst_brk(TBROK, "Timeout, %s still exists", defunct_tid_path); in setup()

Completed in 1 milliseconds