Searched defs:suspendAllCount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DthreadControl.c89 static jint suspendAllCount; variable
338 } else if (suspendAllCount > 0){
344 node->suspendCount = suspendAllCount;
570 suspendAllCount = 0;
1549 suspendAllCount++;
1603 if (suspendAllCount > 0) {
1604 suspendAllCount--;
2405 suspendAllCount = 0;

Completed in 38 milliseconds