Searched refs:frameGeneration (Results 1 – 2 of 2) sorted by relevance
43 jlong frameGeneration; in createFrameID() local45 frameGeneration = threadControl_getFrameGeneration(thread); in createFrameID()46 frame = (frameGeneration<<FNUM_BWIDTH) | (jlong)fnum; in createFrameID()60 jlong frameGeneration; in validateFrameID() local62 frameGeneration = threadControl_getFrameGeneration(thread); in validateFrameID()63 if ( frameGeneration != (frame>>FNUM_BWIDTH) ) { in validateFrameID()
85 jlong frameGeneration; member978 node->frameGeneration++; /* Increment on each resume */ in resumeThreadByNode()1245 node->frameGeneration++; /* Increment on each resume */ in commonResumeList()1813 node->frameGeneration++; /* Increment on each resume */ in setPopFrameEvent()2382 node->frameGeneration++; /* Increment on each resume */ in resetHelper()2488 jlong frameGeneration = -1; in threadControl_getFrameGeneration() local2497 frameGeneration = node->frameGeneration; in threadControl_getFrameGeneration()2502 return frameGeneration; in threadControl_getFrameGeneration()