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

/openjdk7/jdk/src/share/back/
H A DthreadControl.c66 unsigned int toBeResumed : 1; member in struct:ThreadNode
859 node->toBeResumed = JNI_TRUE;
971 if ((node->suspendCount == 0) && node->toBeResumed &&
977 node->toBeResumed = JNI_FALSE;
1091 * the toBeResumed flag has been cleared indicating that
1099 if (node->suspendCount == 1 && (!node->toBeResumed || node->suspendOnStart)) {
1110 * This is tricky. A suspendCount of 1 and toBeResumed means that
1115 if (node->suspendCount == 1 && node->toBeResumed && !node->suspendOnStart) {
1134 * This is tricky. A suspendCount of 1 and toBeResumed means that
1139 if (node->suspendCount == 1 && node->toBeResumed
[all...]

Completed in 34 milliseconds