Searched refs:ResumeThread (Results 1 – 15 of 15) sorted by relevance
36 class ResumeThread extends Thread { class in Resume002Debuggee37 public ResumeThread(int i) { in ResumeThread() method in Resume002Debuggee.ResumeThread62 threads[i] = new ResumeThread(i); in run()
16 ResumeThread(thr); in main()
28 DWORD Resume() { return ::ResumeThread(thread); } in Resume()
100 static bool ResumeThread(pid_t pid) { in ResumeThread() function303 good &= ResumeThread(threads_[i]); in ThreadsResume()
976 error = JVMTI_FUNC_PTR(gdata->jvmti,ResumeThread) in resumeThreadByNode()1901 error = JVMTI_FUNC_PTR(gdata->jvmti,ResumeThread)(gdata->jvmti, thread); in popOneFrame()2381 (void)JVMTI_FUNC_PTR(gdata->jvmti,ResumeThread)(gdata->jvmti, node->thread); in resetHelper()
657 ResumeThread(profiled_thread); in DoSample()
1027 jvmtiError (JNICALL *ResumeThread) (jvmtiEnv* env,1824 jvmtiError ResumeThread(jthread thread) { in ResumeThread() function1825 return functions->ResumeThread(this, thread); in ResumeThread()
816 ResumeThread(child_thread_handle); in WriteMinidumpForChild()
473 ::ResumeThread(watcher_thread); in StartWatcherThreadFor()
496 ::ResumeThread(watcher_thread); in StartWatcherThreadFor()
514 ::ResumeThread(watcher_thread); in StartWatcherThreadFor()
2328 ResumeThread(pi.hThread); in remove_exe()
2357 ResumeThread(pi.hThread); in remove_exe()
744 PUBLIC 328f7 4 ResumeThread