Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DthreadControl.c1050 commonSuspend(JNIEnv *env, jthread thread, jboolean deferred) in commonSuspend() function
1403 error = commonSuspend(env, thread, deferred); in threadControl_suspendThread()
1490 error = commonSuspend(env, node->thread, JNI_FALSE); in suspendAllHelper()
1530 error = commonSuspend(env, threads[i], JNI_FALSE); in threadControl_suspendAll()