Searched refs:resumeFrameDepth (Results 1 – 1 of 1) sorted by relevance
77 jint resumeFrameDepth; /* !=0 => This thread is in a call to Thread.resume() */ member616 if (node->resumeFrameDepth > 0) { in pendingAppResume()667 if (node->resumeFrameDepth > 0) { in handleAppResumeCompletion()672 if (compareDepth < node->resumeFrameDepth) { in handleAppResumeCompletion()673 node->resumeFrameDepth = 0; in handleAppResumeCompletion()706 JDI_ASSERT(node->resumeFrameDepth == 0); in trackAppResume()731 node->resumeFrameDepth = frameDepth; in trackAppResume()2156 jboolean inResume = (node->resumeFrameDepth > 0); in threadControl_onEventHandlerExit()