OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:parent_ppid
(Results
1 - 1
of
1
) sorted by null
/external/ltp/testcases/kernel/syscalls/clone/
clone08.c
35
static pid_t
parent_ppid
;
variable
115
parent_ppid
= getppid();
124
if (
parent_ppid
== getppid()) {
127
tst_res(TFAIL, "getppid !=
parent_ppid
(%d != %d)",
128
parent_ppid
, getppid());
Completed in 165 milliseconds