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

  /art/test/1909-per-agent-tls/
agent_tls.cc 46 reinterpret_cast<jvmtiEnv*>(jvmti_env_ptr)->GetThreadLocalStorage(thr, &res));
  /art/runtime/openjdkjvmti/
ti_thread.h 69 static jvmtiError GetThreadLocalStorage(jvmtiEnv* env, jthread thread, void** data_ptr);
OpenjdkJvmTi.cc 226 static jvmtiError GetThreadLocalStorage(jvmtiEnv* env, jthread thread, void** data_ptr) {
228 return ThreadUtil::GetThreadLocalStorage(env, thread, data_ptr);
    [all...]
ti_thread.cc 593 jvmtiError ThreadUtil::GetThreadLocalStorage(jvmtiEnv* env,
    [all...]
  /art/test/924-threads/
threads.cc 132 jvmtiError result = jvmti_env->GetThreadLocalStorage(thread, &tls);
  /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 184 milliseconds