HomeSort by relevance Sort by last modified time
    Searched refs:childpid (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/none/tests/
threaded-fork.c 18 pid_t childpid; local
25 childpid = fork();
26 switch( childpid ) {
41 while(waitpid(childpid, &status, 0) != childpid) {
  /external/oprofile/daemon/
init.c 155 pid_t childpid; local
167 childpid = fork();
168 switch (childpid) {
  /system/extras/tests/sdcard/
testcase.cpp 87 pid_t childpid = android::forkOrExit(); local
89 if (0 == childpid) { // I am a child, run the test.
sysutil.cpp 352 pid_t childpid = fork(); local
354 if (-1 == childpid)
359 return childpid;

Completed in 97 milliseconds