Home
last modified time | relevance | path

Searched refs:suspendOnStart (Results 1 – 1 of 1) sorted by relevance

/external/oj-libjdwp/src/share/back/
DthreadControl.c69 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()
[all …]