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

/openjdk7/jdk/src/share/back/
H A DthreadControl.c69 unsigned int suspendOnStart : 1; member in struct:ThreadNode
345 node->suspendOnStart = JNI_TRUE;
902 * happens when suspendOnStart is set to true.
909 node->suspendOnStart = JNI_FALSE;
929 if (node->suspendOnStart) {
945 node->suspendOnStart = JNI_TRUE;
972 !node->suspendOnStart) {
1099 if (node->suspendCount == 1 && (!node->toBeResumed || node->suspendOnStart)) {
1112 * on this thread. The check for !suspendOnStart is paranoia that
1115 if (node->suspendCount == 1 && node->toBeResumed && !node->suspendOnStart) {
[all...]

Completed in 35 milliseconds