/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld_linux_libcdep.cc | 93 tid_t GetThreadID(uptr index) const; 190 pid_t tid = suspended_threads_list_.GetThreadID(i); in ResumeAllThreads() 206 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i), in KillAllThreads() 515 tid_t SuspendedThreadsListLinux::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListLinux 537 pid_t tid = GetThreadID(index); in GetRegistersAndSP()
|
H A D | sanitizer_stoptheworld_mac.cc | 35 tid_t GetThreadID(uptr index) const; 111 tid_t SuspendedThreadsListMac::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListMac
|
H A D | sanitizer_stoptheworld.h | 44 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); } in GetThreadID() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_stoptheworld_linux_libcdep.cc | 107 tid_t GetThreadID(uptr index) const; 204 pid_t tid = suspended_threads_list_.GetThreadID(i); in ResumeAllThreads() 220 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i), in KillAllThreads() 541 tid_t SuspendedThreadsListLinux::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListLinux 563 pid_t tid = GetThreadID(index); in GetRegistersAndSP()
|
H A D | sanitizer_stoptheworld_netbsd_libcdep.cc | 55 tid_t GetThreadID(uptr index) const; 316 tid_t SuspendedThreadsListNetBSD::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListNetBSD 339 lwpid_t tid = GetThreadID(index); in GetRegistersAndSP()
|
H A D | sanitizer_stoptheworld_mac.cc | 33 tid_t GetThreadID(uptr index) const; 109 tid_t SuspendedThreadsListMac::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListMac
|
H A D | sanitizer_stoptheworld.h | 42 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); } in GetThreadID() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_stoptheworld_linux_libcdep.cpp | 92 tid_t GetThreadID(uptr index) const override; 189 pid_t tid = suspended_threads_list_.GetThreadID(i); in ResumeAllThreads() 205 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i), in KillAllThreads() 535 tid_t SuspendedThreadsListLinux::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListLinux 557 pid_t tid = GetThreadID(index); in GetRegistersAndSP()
|
H A D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 55 tid_t GetThreadID(uptr index) const; 316 tid_t SuspendedThreadsListNetBSD::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListNetBSD 339 lwpid_t tid = GetThreadID(index); in GetRegistersAndSP()
|
H A D | sanitizer_stoptheworld_mac.cpp | 34 tid_t GetThreadID(uptr index) const override; 111 tid_t SuspendedThreadsListMac::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListMac
|
H A D | sanitizer_stoptheworld.h | 41 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); } in GetThreadID() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
H A D | lsan_common.cc | 223 tid_t os_id = static_cast<tid_t>(suspended_threads.GetThreadID(i)); in ProcessThreads() 546 threads[i] = suspended_threads.GetThreadID(i); in ReportUnsuspendedThreads()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
H A D | lsan_common.cc | 221 tid_t os_id = static_cast<tid_t>(suspended_threads.GetThreadID(i)); in ProcessThreads() 544 threads[i] = suspended_threads.GetThreadID(i); in ReportUnsuspendedThreads()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_common.cpp | 281 tid_t os_id = static_cast<tid_t>(suspended_threads.GetThreadID(i)); in ProcessThreads() 637 threads[i] = suspended_threads.GetThreadID(i); in ReportUnsuspendedThreads()
|