Lines Matching refs:suspendOnStart
69 unsigned int suspendOnStart : 1; member
345 node->suspendOnStart = JNI_TRUE; in insertThread()
911 node->suspendOnStart = JNI_FALSE; in deferredSuspendThreadByNode()
931 if (node->suspendOnStart) { in suspendThreadByNode()
947 node->suspendOnStart = JNI_TRUE; in suspendThreadByNode()
974 !node->suspendOnStart) { in resumeThreadByNode()
1101 if (node->suspendCount == 1 && (!node->toBeResumed || node->suspendOnStart)) { in resumeCopyHelper()
1117 if (node->suspendCount == 1 && node->toBeResumed && !node->suspendOnStart) { in resumeCopyHelper()
1141 if (node->suspendCount == 1 && node->toBeResumed && !node->suspendOnStart) { in resumeCountHelper()
1299 if (node->suspendOnStart || node->suspendCount > 0) { in commonSuspendList()
1349 node->suspendOnStart = JNI_TRUE; in commonSuspendList()
2092 if (node->suspendOnStart) { in threadControl_onEventHandlerEntry()
2387 node->suspendOnStart = JNI_FALSE; in resetHelper()