Home
last modified time | relevance | path

Searched refs:GetThread (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc34 thread_t GetThread(uptr index) const;
76 thread_resume(suspended_threads_list.GetThread(i)); in RunThread()
114 thread_t SuspendedThreadsListMac::GetThread(uptr index) const { in GetThread() function in __sanitizer::SuspendedThreadsListMac
144 thread_t thread = GetThread(index); in GetRegistersAndSP()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc36 thread_t GetThread(uptr index) const;
78 thread_resume(suspended_threads_list.GetThread(i)); in RunThread()
116 thread_t SuspendedThreadsListMac::GetThread(uptr index) const { in GetThread() function in __sanitizer::SuspendedThreadsListMac
146 thread_t thread = GetThread(index); in GetRegistersAndSP()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp35 thread_t GetThread(uptr index) const;
77 thread_resume(suspended_threads_list.GetThread(i)); in RunThread()
116 thread_t SuspendedThreadsListMac::GetThread(uptr index) const { in GetThread() function in __sanitizer::SuspendedThreadsListMac
146 thread_t thread = GetThread(index); in GetRegistersAndSP()
/netbsd-src/external/apache2/llvm/dist/clang/utils/
H A Dclangdiag.py107 target = frame.GetThread().GetProcess().GetTarget()