Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dti_thread.h60 static jvmtiError GetThreadState(jvmtiEnv* env, jthread thread, jint* thread_state_ptr);
DOpenjdkJvmTi.cc129 static jvmtiError GetThreadState(jvmtiEnv* env, jthread thread, jint* thread_state_ptr) { in GetThreadState() function in openjdkjvmti::JvmtiFunctions
131 return ThreadUtil::GetThreadState(env, thread, thread_state_ptr); in GetThreadState()
1763 JvmtiFunctions::GetThreadState,
Dti_thread.cc400 jvmtiError ThreadUtil::GetThreadState(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetThreadState() function in openjdkjvmti::ThreadUtil
/art/test/931-agent-thread/
Dagent_thread.cc165 jvmtiError state_result = jvmti_env->GetThreadState(thread.get(), &thread_state); in Java_art_Test931_testAgentThread()
/art/test/924-threads/
Dthreads.cc102 jvmtiError result = jvmti_env->GetThreadState(thread, &state); in Java_art_Test924_getThreadState()
/art/runtime/openjdkjvmti/include/
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()