Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/clone/
H A Dclone08.c25 static pid_t parent_ppid; variable
96 parent_ppid = getppid(); in test_clone_parent()
105 if (parent_ppid == getppid()) { in child_clone_parent()
108 tst_res(TFAIL, "getppid != parent_ppid (%d != %d)", in child_clone_parent()
109 parent_ppid, getppid()); in child_clone_parent()

Completed in 1 milliseconds