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

  /external/valgrind/main/drd/tests/
threaded-fork.c 20 pid_t childpid; local
28 childpid = fork();
29 switch (childpid) {
43 while (waitpid(childpid, &status, 0) != childpid) {
  /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;
  /external/strace/
strace.c 2379 long childpid; local
    [all...]

Completed in 235 milliseconds