Home
last modified time | relevance | path

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

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