Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DthreadControl.c119 static ThreadList runningThreads; variable
243 node = nonTlsSearch(env, &runningThreads, thread); in findThread()
571 runningThreads.first = NULL; in threadControl_initialize()
613 list = &runningThreads; in pendingAppResume()
665 node = findThread(&runningThreads, thread); in handleAppResumeCompletion()
704 node = findThread(&runningThreads, thread); in trackAppResume()
828 node = insertThread(env, &runningThreads, thread); in threadControl_onHook()
1059 node = findThread(&runningThreads, thread); in commonSuspend()
1202 (void) enumerateOverThreadList(env, &runningThreads, resumeCountHelper, in commonResumeList()
1206 (void) enumerateOverThreadList(env, &runningThreads, resumeCopyHelper, in commonResumeList()
[all …]