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

/external/valgrind/main/drd/tests/
H A Dthreaded-fork.c20 pid_t childpid; local
28 childpid = fork();
29 switch (childpid) {
43 while (waitpid(childpid, &status, 0) != childpid) {
/external/valgrind/main/none/tests/
H A Dthreaded-fork.c18 pid_t childpid; local
25 childpid = fork();
26 switch( childpid ) {
41 while(waitpid(childpid, &status, 0) != childpid) {
/external/chromium_org/chrome/nacl/
H A Dnacl_helper_linux.cc71 pid_t childpid = fork(); local
72 if (childpid < 0) {
76 } else if (childpid == 0) { // In the child process.
121 VLOG(1) << "nacl_helper: childpid is " << childpid;
122 // Now tell childpid to the Chrome zygote.
124 &childpid, sizeof(childpid), MSG_EOR))
125 != sizeof(childpid)) {
/external/oprofile/daemon/
H A Dinit.c155 pid_t childpid; local
167 childpid = fork();
168 switch (childpid) {
/external/strace/
H A Dstrace.c2379 long childpid; local
2381 if (do_ptrace(PTRACE_GETEVENTMSG, tcp, NULL, &childpid) < 0) {
2391 return handle_new_child(tcp, childpid, 0);

Completed in 203 milliseconds