Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.h54 uptr internal_waitpid(int pid, int *status, int options);
Dsanitizer_stoptheworld_linux_libcdep.cc135 HANDLE_EINTR(waitpid_status, internal_waitpid(tid, &status, __WALL)); in SuspendThread()
435 uptr waitpid_status = internal_waitpid(tracer_pid, NULL, __WALL); in StopTheWorld()
Dsanitizer_linux.cc517 uptr internal_waitpid(int pid, int *status, int options) { in internal_waitpid() function