Home
last modified time | relevance | path

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

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