HomeSort by relevance Sort by last modified time
    Searched refs:GetThreadState (Results 1 - 11 of 11) sorted by null

  /art/runtime/openjdkjvmti/
ti_thread.h 66 static jvmtiError GetThreadState(jvmtiEnv* env, jthread thread, jint* thread_state_ptr);
96 // GetThreadState will be totally accurate as much as possible. This means that calling
OpenjdkJvmTi.cc 121 static jvmtiError GetThreadState(jvmtiEnv* env, jthread thread, jint* thread_state_ptr) {
123 return ThreadUtil::GetThreadState(env, thread, thread_state_ptr);
    [all...]
ti_thread.cc 435 jvmtiError ThreadUtil::GetThreadState(jvmtiEnv* env ATTRIBUTE_UNUSED,
    [all...]
  /art/test/ti-agent/
suspension_helper.cc 31 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetThreadState(thr, &state))) {
  /art/test/931-agent-thread/
agent_thread.cc 165 jvmtiError state_result = jvmti_env->GetThreadState(thread.get(), &thread_state);
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.h 137 bool GetThreadState(thread_act_t target_thread, thread_state_t state,
minidump_generator.cc 873 bool MinidumpGenerator::GetThreadState(thread_act_t target_thread,
951 if (GetThreadState(thread_id, state, &state_count)) {
1023 if (GetThreadState(exception_thread_, state, &stateCount)) {
    [all...]
  /art/test/924-threads/
threads.cc 102 jvmtiError result = jvmti_env->GetThreadState(thread, &state);
  /art/runtime/openjdkjvmti/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h     [all...]

Completed in 106 milliseconds