Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_thread.cc953 jvmtiError ThreadUtil::SuspendThread([[maybe_unused]] jvmtiEnv* env, jthread thread) { in SuspendThread() function in openjdkjvmti::ThreadUtil
DOpenjdkJvmTi.cc154 static jvmtiError SuspendThread(jvmtiEnv* env, jthread thread) { in SuspendThread() function in openjdkjvmti::JvmtiFunctions
/art/runtime/
Dthread_list.cc1045 bool ThreadList::SuspendThread(Thread* self, in SuspendThread() function in art::ThreadList
/art/openjdkjvmti/include/
Djvmti.h1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function