Searched refs:findThread (Results 1 – 1 of 1) sorted by relevance
/external/oj-libjdwp/src/share/back/ |
D | threadControl.c | 226 findThread(ThreadList *list, jthread thread) in findThread() function 307 node = findThread(list, thread); in insertThread() 384 node = findThread(list, thread); in removeThread() 410 JDI_ASSERT(findThread(dest, node->thread) == NULL); in moveNode() 665 node = findThread(&runningThreads, thread); in handleAppResumeCompletion() 687 node = findThread(NULL, thread); in blockOnDebuggerSuspend() 691 node = findThread(NULL, thread); in blockOnDebuggerSuspend() 704 node = findThread(&runningThreads, thread); in trackAppResume() 1059 node = findThread(&runningThreads, thread); in commonSuspend() 1232 node = findThread(&runningThreads, reqList[i]); in commonResumeList() [all …]
|