Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DthreadControl.c302 insertThread(JNIEnv *env, ThreadList *list, jthread thread) in insertThread() function
828 node = insertThread(env, &runningThreads, thread); in threadControl_onHook()
1061 node = insertThread(env, &otherThreads, thread); in commonSuspend()
1287 node = insertThread(env, &otherThreads, initList[i]); in commonSuspendList()
2082 node = insertThread(env, &runningThreads, thread); in threadControl_onEventHandlerEntry()