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

  /art/test/1909-per-agent-tls/
agent_tls.cc 34 reinterpret_cast<jvmtiEnv*>(jvmti_env_ptr)->SetThreadLocalStorage(
  /art/runtime/openjdkjvmti/
ti_thread.h 68 static jvmtiError SetThreadLocalStorage(jvmtiEnv* env, jthread thread, const void* data);
OpenjdkJvmTi.cc 221 static jvmtiError SetThreadLocalStorage(jvmtiEnv* env, jthread thread, const void* data) {
223 return ThreadUtil::SetThreadLocalStorage(env, thread, data);
    [all...]
ti_thread.cc 570 jvmtiError ThreadUtil::SetThreadLocalStorage(jvmtiEnv* env, jthread thread, const void* data) {
    [all...]
  /art/test/924-threads/
threads.cc 142 jvmtiError result = jvmti_env->SetThreadLocalStorage(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 268 milliseconds