Home
last modified time | relevance | path

Searched refs:GetThreadID (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc93 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 Dsanitizer_stoptheworld_mac.cc35 tid_t GetThreadID(uptr index) const;
111 tid_t SuspendedThreadsListMac::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListMac
H A Dsanitizer_stoptheworld.h44 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); } in GetThreadID() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc107 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 Dsanitizer_stoptheworld_netbsd_libcdep.cc55 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 Dsanitizer_stoptheworld_mac.cc33 tid_t GetThreadID(uptr index) const;
109 tid_t SuspendedThreadsListMac::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListMac
H A Dsanitizer_stoptheworld.h42 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); } in GetThreadID() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp92 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 Dsanitizer_stoptheworld_netbsd_libcdep.cpp55 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 Dsanitizer_stoptheworld_mac.cpp34 tid_t GetThreadID(uptr index) const override;
111 tid_t SuspendedThreadsListMac::GetThreadID(uptr index) const { in GetThreadID() function in __sanitizer::SuspendedThreadsListMac
H A Dsanitizer_stoptheworld.h41 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); } in GetThreadID() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_common.cc223 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 Dlsan_common.cc221 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 Dlsan_common.cpp281 tid_t os_id = static_cast<tid_t>(suspended_threads.GetThreadID(i)); in ProcessThreads()
637 threads[i] = suspended_threads.GetThreadID(i); in ReportUnsuspendedThreads()