Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DthreadControl.c120 static ThreadList otherThreads; variable
245 node = nonTlsSearch(env, &otherThreads, thread); in findThread()
572 otherThreads.first = NULL; in threadControl_initialize()
1061 node = insertThread(env, &otherThreads, thread); in commonSuspend()
1287 node = insertThread(env, &otherThreads, initList[i]); in commonSuspendList()
1422 removeResumed(env, &otherThreads); in threadControl_resumeThread()
1444 node = findThread(&otherThreads, thread); in threadControl_suspendCount()
1546 error = enumerateOverThreadList(env, &otherThreads, in threadControl_suspendAll()
1599 if ((error == JVMTI_ERROR_NONE) && (otherThreads.first != NULL)) { in threadControl_resumeAll()
1600 error = enumerateOverThreadList(env, &otherThreads, in threadControl_resumeAll()
[all …]