HomeSort by relevance Sort by last modified time
    Searched refs:internal_waitpid (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libc.h 92 uptr internal_waitpid(int pid, int *status, int options);
sanitizer_stoptheworld_linux_libcdep.cc 111 HANDLE_EINTR(waitpid_status, internal_waitpid(thread_id, NULL, __WALL));
403 uptr waitpid_status = internal_waitpid(tracer_pid, NULL, __WALL);
sanitizer_linux.cc 490 uptr internal_waitpid(int pid, int *status, int options) { function in namespace:__sanitizer

Completed in 78 milliseconds