Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_thread.h184 static jvmtiError SuspendOther(art::Thread* self, jthread target_jthread)
Dti_thread.cc873 jthread target_jthread) { in SuspendOther() argument
885 if (!GetAliveNativeThread(target_jthread, soa, &target, &err)) { in SuspendOther()
900 target_jthread, in SuspendOther()