Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h67 uptr internal_waitpid(int pid, int *status, int options);
H A Dsanitizer_posix_libcdep.cpp562 uptr waitpid_status = internal_waitpid(pid, &process_status, WNOHANG); in IsProcessRunning()
573 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()
472 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_haiku.cpp264 uptr internal_waitpid(int pid, int *status, int options) { in internal_waitpid() function
H A Dsanitizer_mac.cpp375 uptr internal_waitpid(int pid, int *status, int options) { in internal_waitpid() function
H A Dsanitizer_linux.cpp878 uptr internal_waitpid(int pid, int *status, int options) { in internal_waitpid() function