Searched refs:internal_waitpid (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.h55 uptr internal_waitpid(int pid, int *status, int options);
H A Dsanitizer_posix_libcdep.cc386 uptr waitpid_status = internal_waitpid(pid, &process_status, WNOHANG);
397 uptr waitpid_status = internal_waitpid(pid, &process_status, 0);
H A Dsanitizer_stoptheworld_linux_libcdep.cc146 HANDLE_EINTR(waitpid_status, internal_waitpid(tid, &status, __WALL));
428 // internal_waitpid() may call syscall() which can access/spoil errno,
439 uptr waitpid_status = internal_waitpid(tracer_pid, nullptr, __WALL);
H A Dsanitizer_mac.cc227 uptr internal_waitpid(int pid, int *status, int options) { function in namespace:__sanitizer
H A Dsanitizer_linux.cc579 uptr internal_waitpid(int pid, int *status, int options) { function in namespace:__sanitizer
/external/compiler-rt/lib/esan/
H A Desan_sideline_linux.cpp138 uptr Status = internal_waitpid(SidelineId, nullptr, __WALL);

Completed in 278 milliseconds