Searched refs:wpid (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp75 ::pid_t wpid = llvm::sys::RetryAfterSignal(-1, ::waitpid, pid, &wstatus, 0); local
76 assert(wpid == pid);
77 (void)wpid;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp70 ::pid_t wpid = llvm::sys::RetryAfterSignal(-1, ::waitpid, pid, &wstatus, 0); local
71 assert(wpid == pid);
72 UNUSED_IF_ASSERT_DISABLED(wpid);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_netbsd.cpp72 extern "C" int _sys___wait450(int wpid, int *, int,
/freebsd-current/sbin/dhclient/
H A Ddhclient.c2337 int pid, wpid, wstatus; local
2361 wpid = wait(&wstatus);
2362 } while (wpid != pid && wpid > 0);
2363 if (wpid < 0) {
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c2157 pid_t pidzip, wpid; local
2246 wpid = waitpid(pidzip, &zstatus, 0);
2247 if (wpid == -1) {

Completed in 202 milliseconds

12