Searched refs:GetThreadState (Results 1 – 8 of 8) sorted by relevance
/art/test/ti-agent/ |
D | suspension_helper.cc | 31 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetThreadState(thr, &state))) { in Java_art_Suspension_isSuspended()
|
/art/test/931-agent-thread/ |
D | agent_thread.cc | 165 jvmtiError state_result = jvmti_env->GetThreadState(thread.get(), &thread_state); in Java_art_Test931_testAgentThread()
|
/art/openjdkjvmti/ |
D | ti_thread.h | 100 static jvmtiError GetThreadState(jvmtiEnv* env, jthread thread, jint* thread_state_ptr);
|
D | OpenjdkJvmTi.cc | 143 static jvmtiError GetThreadState(jvmtiEnv* env, jthread thread, jint* thread_state_ptr) { in GetThreadState() function in openjdkjvmti::JvmtiFunctions 145 return ThreadUtil::GetThreadState(env, thread, thread_state_ptr); in GetThreadState() 1596 JvmtiFunctions::GetThreadState,
|
D | ti_thread.cc | 563 jvmtiError ThreadUtil::GetThreadState(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetThreadState() function in openjdkjvmti::ThreadUtil
|
/art/test/924-threads/ |
D | threads.cc | 142 jvmtiError result = jvmti_env->GetThreadState(thread, &state); in Java_art_Test924_getThreadState()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1086 jvmtiError (JNICALL *GetThreadState) (jvmtiEnv* env, 1800 jvmtiError GetThreadState(jthread thread, in GetThreadState() function 1802 return functions->GetThreadState(this, thread, thread_state_ptr); in GetThreadState()
|
/art/test/1953-pop-frame/ |
D | pop_frame.cc | 928 while (!JvmtiErrorToException(env, jvmti_env, jvmti_env->GetThreadState(thr, &state)) && in Java_art_Test1953_waitForSuspendHit()
|