Searched refs:SuspendThread (Results 1 – 5 of 5) sorted by relevance
135 bool SuspendThread(tid_t thread_id);138 bool ThreadSuspender::SuspendThread(tid_t tid) { in SuspendThread() function in __sanitizer::ThreadSuspender227 if (SuspendThread(tid)) in SuspendAllThreads()
125 if (SuspendThread(thread) == (DWORD)-1) { in RunThread()
44 ::SuspendThread(m_host_thread.GetNativeThread().GetSystemHandle()); in RefreshStateAfterStop()
159 if (::SuspendThread( in CacheAllRegisterValues()
37 ::SuspendThread(m_host_thread.GetNativeThread().GetSystemHandle()); in DoStop()