Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_thread.cc936 jvmtiError ThreadUtil::SuspendThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread thread) { in SuspendThread() function in openjdkjvmti::ThreadUtil
DOpenjdkJvmTi.cc158 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
/art/runtime/
Ddebugger.cc2465 JDWP::JdwpError Dbg::SuspendThread(JDWP::ObjectId thread_id, bool request_suspension) { in SuspendThread() function in art::Dbg