Searched refs:SuspendThread (Results 1 – 13 of 13) sorted by relevance
116 bool SuspendThread(SuspendedThreadID thread_id);119 bool ThreadSuspender::SuspendThread(SuspendedThreadID tid) { in SuspendThread() function in __sanitizer::ThreadSuspender198 if (SuspendThread(tid)) in SuspendAllThreads()
29 DWORD Suspend() { return ::SuspendThread(thread); } in Suspend()
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()
63 static bool SuspendThread(pid_t pid) { in SuspendThread() function317 if (!SuspendThread(threads_[i])) { in ThreadsSuspend()
44 ::SuspendThread(m_host_thread.GetNativeThread().GetSystemHandle()); in RefreshStateAfterStop()
159 if (::SuspendThread( in CacheAllRegisterValues()
36 ::SuspendThread(m_host_thread.GetNativeThread().GetSystemHandle()); in DoStop()
1023 jvmtiError (JNICALL *SuspendThread) (jvmtiEnv* env,1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function1815 return functions->SuspendThread(this, thread); in SuspendThread()
798 last_suspend_count = SuspendThread(child_thread_handle); in WriteMinidumpForChild()
854 error = JVMTI_FUNC_PTR(gdata->jvmti,SuspendThread) in commonSuspendByNode()1917 error = JVMTI_FUNC_PTR(gdata->jvmti,SuspendThread)(gdata->jvmti, thread); in popOneFrame()
1075 SuspendThread(hThread); in ShowCallstack()
537 SuspendThread = 66,
743 PUBLIC 39732 4 SuspendThread