Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp119 HANDLE_EINTR(waitpid_status, internal_waitpid(pid_, &status, 0)); in SuspendAllThreads()
304 uptr waitpid_status = internal_waitpid(tracer_pid, nullptr, __WALL); in StopTheWorld()
H A Dsanitizer_posix.h64 uptr internal_waitpid(int pid, int *status, int options);
H A Dsanitizer_posix_libcdep.cpp477 uptr waitpid_status = internal_waitpid(pid, &process_status, WNOHANG); in IsProcessRunning()
488 uptr waitpid_status = internal_waitpid(pid, &process_status, 0); in WaitForProcess()
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_netbsd.cpp261 uptr internal_waitpid(int pid, int *status, int options) { in internal_waitpid() function
H A Dsanitizer_mac.cpp382 uptr internal_waitpid(int pid, int *status, int options) { in internal_waitpid() function
H A Dsanitizer_linux.cpp774 uptr internal_waitpid(int pid, int *status, int options) { in internal_waitpid() function