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

  /external/oprofile/daemon/
init.c 154 pid_t childpid; local
166 childpid = fork();
167 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 1215 milliseconds