Searched refs:__WALL (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/capsicum-test/ |
H A D | procdesc.cc | 23 #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 D | linux.cc | 750 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 D | linux_misc.h | 133 #define __WALL 0x40000000 macro
|
H A D | linux_misc.c | 781 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 D | sanitizer_stoptheworld_linux_libcdep.cpp | 166 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 D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 304 uptr waitpid_status = internal_waitpid(tracer_pid, nullptr, __WALL); in StopTheWorld()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_wait_noproc.c | 183 __WALL, /* Linux compatibility, equal to WALLSIG */ in get_options4()
|