Home
last modified time | relevance | path

Searched defs:SuspendThread (Results 1 – 3 of 3) sorted by relevance

/art/openjdkjvmti/
Dti_thread.cc939 jvmtiError ThreadUtil::SuspendThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread thread) { in SuspendThread() function in openjdkjvmti::ThreadUtil
DOpenjdkJvmTi.cc160 static jvmtiError SuspendThread(jvmtiEnv* env, jthread thread) { in SuspendThread() function in openjdkjvmti::JvmtiFunctions
/art/openjdkjvmti/include/
Djvmti.h1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function