Searched refs:SuspendThread (Results 1 – 10 of 10) 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()
63 static bool SuspendThread(pid_t pid) { in SuspendThread() function282 if (!SuspendThread(threads_[i])) { in ThreadsSuspend()
1023 jvmtiError (JNICALL *SuspendThread) (jvmtiEnv* env,1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function1815 return functions->SuspendThread(this, thread); in SuspendThread()
791 last_suspend_count = SuspendThread(child_thread_handle); in WriteMinidumpForChild()
689 if (SuspendThread(profiled_thread) == kSuspendFailed) return; in DoSample()
854 error = JVMTI_FUNC_PTR(gdata->jvmti,SuspendThread) in commonSuspendByNode()1917 error = JVMTI_FUNC_PTR(gdata->jvmti,SuspendThread)(gdata->jvmti, thread); in popOneFrame()
14307 {"SuspendThread", 0, (syscall_t)SuspendThread},
217 SuspendThread(hThread HANDLE)
743 PUBLIC 39732 4 SuspendThread