Searched refs:resumeFrameDepth (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DthreadControl.c77 jint resumeFrameDepth; /* !=0 => This thread is in a call to Thread.resume() */ member in struct:ThreadNode
614 if (node->resumeFrameDepth > 0) {
665 if (node->resumeFrameDepth > 0) {
670 if (compareDepth < node->resumeFrameDepth) {
671 node->resumeFrameDepth = 0;
704 JDI_ASSERT(node->resumeFrameDepth == 0);
729 node->resumeFrameDepth = frameDepth;
2154 jboolean inResume = (node->resumeFrameDepth > 0);

Completed in 34 milliseconds