Home
last modified time | relevance | path

Searched refs:SuspendSelf (Results 1 – 5 of 5) sorted by relevance

/art/openjdkjvmti/
Dti_thread.h147 static jvmtiError SuspendSelf(art::Thread* self)
Dti_thread.cc871 jvmtiError ThreadUtil::SuspendSelf(art::Thread* self) { in SuspendSelf() function in openjdkjvmti::ThreadUtil
908 return SuspendSelf(self); in SuspendThread()
/art/runtime/
Ddebugger.h500 static void SuspendSelf();
Ddebugger.cc2567 void Dbg::SuspendSelf() { in SuspendSelf() function in art::Dbg
/art/runtime/jdwp/
Djdwp_event.cc643 Dbg::SuspendSelf(); in SuspendByPolicy()