Searched defs:SuspendThread (Results 1 – 4 of 4) sorted by relevance
936 jvmtiError ThreadUtil::SuspendThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread thread) { in SuspendThread() function in openjdkjvmti::ThreadUtil
158 static jvmtiError SuspendThread(jvmtiEnv* env, jthread thread) { in SuspendThread() function in openjdkjvmti::JvmtiFunctions
1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function
2465 JDWP::JdwpError Dbg::SuspendThread(JDWP::ObjectId thread_id, bool request_suspension) { in SuspendThread() function in art::Dbg