HomeSort by: relevance | last modified time | path
    Searched defs:pid_ (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.h 92 pid_t pid_; member in class:__sanitizer::ThreadLister
sanitizer_stoptheworld_linux_libcdep.cc 123 , pid_(pid) {
135 pid_t pid_; member in class:__sanitizer::ThreadSuspender
211 ThreadLister thread_lister(pid_);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_linux.h 103 pid_t pid_; member in class:__sanitizer::ThreadLister
sanitizer_stoptheworld_netbsd_libcdep.cpp 79 : arg(arg), pid_(pid) {
92 pid_t pid_; member in class:__sanitizer::ThreadSuspender
97 if (!internal_iserror(internal_ptrace(PT_DETACH, pid_, (void *)(uptr)1, 0),
99 VReport(2, "Detached from process %d.\n", pid_);
101 VReport(1, "Could not detach from process %d (errno %d).\n", pid_, pterrno);
106 internal_ptrace(PT_KILL, pid_, nullptr, 0);
111 if (internal_iserror(internal_ptrace(PT_ATTACH, pid_, nullptr, 0),
113 Printf("Could not attach to process %d (errno %d).\n", pid_, pterrno);
119 HANDLE_EINTR(waitpid_status, internal_waitpid(pid_, &status, 0));
121 VReport(2, "Attached to process %d.\n", pid_);
    [all...]
sanitizer_stoptheworld_linux_libcdep.cpp 122 , pid_(pid) {
134 pid_t pid_; member in class:__sanitizer::ThreadSuspender
210 ThreadLister thread_lister(pid_);

Completed in 30 milliseconds