Searched refs:wpid (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dwaitpid.c31 int wpid = wait(stat_loc); local
32 if (wpid == pid || wpid == -1)
33 return wpid;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dwaitpid.c31 int wpid = wait(stat_loc); local
32 if (wpid == pid || wpid == -1)
33 return wpid;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dwaitpid.c31 int wpid = wait(stat_loc); local
32 if (wpid == pid || wpid == -1)
33 return wpid;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dwaitpid.c31 int wpid = wait(stat_loc); local
32 if (wpid == pid || wpid == -1)
33 return wpid;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dtimed_wait.c89 int wpid; local
111 if ((wpid = waitpid(pid, statusp, options)) < 0 && timed_wait_expired)
123 return (wpid);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmail_run.c85 int wpid; local
103 wpid = waitpid(pid, &status, 0);
104 } while (wpid == -1 && errno == EINTR);
105 RETURN(wpid == -1 ? -1 :
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_getpid.c61 pid_t ppid, fpid, cpid, tpid, wpid; local
88 wpid = wait(&sta);
90 if (wpid != fpid)
/netbsd-6-1-5-RELEASE/lib/libc/compat/sys/
H A Dcompat_wait4.c76 wait4(pid_t wpid, int *status, int options, struct rusage50 *ru50) argument
81 if ((rv = __wait450(wpid, status, options, ru50 ? &ru : NULL)) == -1)
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Drun.c174 int wpid; local
199 wpid = wait3(&status, WUNTRACED, 0);
202 wpid = 0;
204 } while (wpid != pid && wpid != -1);
/netbsd-6-1-5-RELEASE/sbin/init/
H A Dinit.c637 pid_t pid, wpid; local
767 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1)
768 collect_child(wpid, status);
769 if (wpid == -1) {
776 if (wpid == pid && WIFSTOPPED(status)) {
779 wpid = -1;
781 } while (wpid != pid && !requested_transition);
822 pid_t pid, wpid; local
872 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1)
873 collect_child(wpid, statu
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.h338 extern pid_t __la_waitpid(pid_t wpid, int *status, int option);
H A Darchive_windows.c1003 __la_waitpid(pid_t wpid, int *status, int option) argument
1009 child = OpenProcess(PROCESS_QUERY_INFORMATION | SYNCHRONIZE, FALSE, wpid);
1030 return (wpid);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postmulti/
H A Dpostmulti.c1390 int wpid; local
1432 wpid = waitpid(pid, &status, 0);
1433 } while (wpid == -1 && errno == EINTR);
1434 return (wpid == -1 ? -1 :
/netbsd-6-1-5-RELEASE/lib/libpthread/
H A Dpthread_cancelstub.c521 __wait450(pid_t wpid, int *status, int options, struct rusage *rusage) argument
528 retval = _sys___wait450(wpid, status, options, rusage);
/netbsd-6-1-5-RELEASE/dist/dhcp/client/
H A Ddhclient.c2619 int pid, wpid, wstatus; local
2659 wpid = wait (&wstatus);
2660 } while (wpid != pid && wpid > 0);
2661 if (wpid < 0) {

Completed in 211 milliseconds