Home
last modified time | relevance | path

Searched refs:SuspendOther (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Dti_thread.h184 static jvmtiError SuspendOther(art::Thread* self, jthread target_jthread)
Dti_thread.cc872 jvmtiError ThreadUtil::SuspendOther(art::Thread* self, in SuspendOther() function in openjdkjvmti::ThreadUtil
956 return SuspendOther(self, thread); in SuspendThread()