Lines Matching refs:suspendCount
76 jint suspendCount; member
344 node->suspendCount = suspendAllCount; in insertThread()
399 if (node->suspendCount == 0) { in removeResumed()
689 while (node && node->suspendCount > 0) { in blockOnDebuggerSuspend()
898 if (node->suspendCount > 0) { in deferredSuspendThreadByNode()
907 node->suspendCount--; in deferredSuspendThreadByNode()
932 node->suspendCount++; in suspendThreadByNode()
936 if (node->suspendCount == 0) { in suspendThreadByNode()
953 node->suspendCount++; in suspendThreadByNode()
970 if (node->suspendCount > 0) { in resumeThreadByNode()
971 node->suspendCount--; in resumeThreadByNode()
973 if ((node->suspendCount == 0) && node->toBeResumed && in resumeThreadByNode()
1080 if (node->suspendCount > 1) { in resumeCopyHelper()
1081 node->suspendCount--; in resumeCopyHelper()
1101 if (node->suspendCount == 1 && (!node->toBeResumed || node->suspendOnStart)) { in resumeCopyHelper()
1102 node->suspendCount--; in resumeCopyHelper()
1117 if (node->suspendCount == 1 && node->toBeResumed && !node->suspendOnStart) { in resumeCopyHelper()
1141 if (node->suspendCount == 1 && node->toBeResumed && !node->suspendOnStart) { in resumeCountHelper()
1243 node->suspendCount--; in commonResumeList()
1299 if (node->suspendOnStart || node->suspendCount > 0) { in commonSuspendList()
1300 node->suspendCount++; in commonSuspendList()
1304 if (node->suspendCount == 0) { in commonSuspendList()
1355 node->suspendCount++; in commonSuspendList()
1449 *count = node->suspendCount; in threadControl_suspendCount()
2386 node->suspendCount = 0; in resetHelper()