Home
last modified time | relevance | path

Searched refs:__WALL (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/capsicum-test/
H A Dprocdesc.cc23 #ifndef __WALL
27 #define __WALL 0 macro
43 options |= __WALL; in pdwait4_()
86 rc = waitpid(pid, &status, __WALL); in CheckChildFinished()
173 if (pid > 0) waitpid(pid, NULL, __WALL); in TEST()
342 waitpid(pid_, NULL, __WALL|WNOHANG); in ~PipePdforkBase()
451 waitpid(doppel, &rc, __WALL); in TEST_F()
521 EXPECT_EQ(0, waitpid(pid_, &status, __WALL|WNOHANG)); in TEST_F()
529 EXPECT_EQ(-1, waitpid(pid_, NULL, __WALL)); in TEST_F()
538 EXPECT_EQ(pid_, waitpid(pid_, &status, __WALL|WNOHANG)); in TEST_F()
[all …]
H A Dlinux.cc750 EXPECT_EQ(child, wait4(child, &status, __WALL, NULL)); in ChildFunc()
802 EXPECT_EQ(firstborn, waitpid(firstborn, &status, __WALL)); in TEST()
/freebsd/sys/compat/linux/
H A Dlinux_misc.h133 #define __WALL 0x40000000 macro
H A Dlinux_misc.c781 LINUX_WCONTINUED | __WCLONE | __WNOTHREAD | __WALL)) in linux_wait4()
827 LINUX_WSTOPPED | LINUX_WCONTINUED | __WCLONE | __WNOTHREAD | __WALL)) in linux_waitid()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp166 HANDLE_EINTR(waitpid_status, internal_waitpid(tid, &status, __WALL)); in SuspendThread()
461 uptr waitpid_status = internal_waitpid(tracer_pid, nullptr, __WALL); in StopTheWorld()
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp304 uptr waitpid_status = internal_waitpid(tracer_pid, nullptr, __WALL); in StopTheWorld()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait_noproc.c183 __WALL, /* Linux compatibility, equal to WALLSIG */ in get_options4()