Searched refs:GetThread (Results 1 – 4 of 4) sorted by relevance
34 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::SuspendedThreadsListMac144 thread_t thread = GetThread(index); in GetRegistersAndSP()
36 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::SuspendedThreadsListMac146 thread_t thread = GetThread(index); in GetRegistersAndSP()
35 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::SuspendedThreadsListMac146 thread_t thread = GetThread(index); in GetRegistersAndSP()
107 target = frame.GetThread().GetProcess().GetTarget()