Home
last modified time | relevance | path

Searched refs:GetThreadState (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/test/ti-agent/
H A Dsuspension_helper.cc31 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetThreadState(thr, &state))) { in Java_art_Suspension_isSuspended()
H A Dsuspend_event_helper.cc798 while (!JvmtiErrorToException(env, jvmti_env, jvmti_env->GetThreadState(thr, &state)) && in Java_art_SuspendEvents_waitForSuspendHit()
/aosp12/art/test/931-agent-thread/
H A Dagent_thread.cc159 jvmtiError state_result = jvmti_env->GetThreadState(thread.get(), &thread_state); in Java_art_Test931_testAgentThread()
/aosp12/art/openjdkjvmti/
H A Dti_thread.h104 static jvmtiError GetThreadState(jvmtiEnv* env, jthread thread, jint* thread_state_ptr);
H A DOpenjdkJvmTi.cc145 static jvmtiError GetThreadState(jvmtiEnv* env, jthread thread, jint* thread_state_ptr) { in GetThreadState() function in openjdkjvmti::JvmtiFunctions
147 return ThreadUtil::GetThreadState(env, thread, thread_state_ptr); in GetThreadState()
1528 JvmtiFunctions::GetThreadState,
H A Dti_thread.cc566 jvmtiError ThreadUtil::GetThreadState(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetThreadState() function in openjdkjvmti::ThreadUtil
/aosp12/art/test/924-threads/
H A Dthreads.cc142 jvmtiError result = jvmti_env->GetThreadState(thread, &state); in Java_art_Test924_getThreadState()
/aosp12/art/openjdkjvmti/include/
H A Djvmti.h1086 jvmtiError (JNICALL *GetThreadState) (jvmtiEnv* env,
1800 jvmtiError GetThreadState(jthread thread, in GetThreadState() function
1802 return functions->GetThreadState(this, thread, thread_state_ptr); in GetThreadState()