Home
last modified time | relevance | path

Searched refs:SetThreadLocalStorage (Results 1 – 5 of 5) sorted by relevance

/art/runtime/openjdkjvmti/
Dti_thread.h62 static jvmtiError SetThreadLocalStorage(jvmtiEnv* env, jthread thread, const void* data);
DOpenjdkJvmTi.cc229 static jvmtiError SetThreadLocalStorage(jvmtiEnv* env, jthread thread, const void* data) { in SetThreadLocalStorage() function in openjdkjvmti::JvmtiFunctions
231 return ThreadUtil::SetThreadLocalStorage(env, thread, data); in SetThreadLocalStorage()
1849 JvmtiFunctions::SetThreadLocalStorage,
Dti_thread.cc495 jvmtiError ThreadUtil::SetThreadLocalStorage(jvmtiEnv* env ATTRIBUTE_UNUSED, in SetThreadLocalStorage() function in openjdkjvmti::ThreadUtil
/art/test/924-threads/
Dthreads.cc142 jvmtiError result = jvmti_env->SetThreadLocalStorage(thread, tls); in Java_art_Test924_setTLS()
/art/runtime/openjdkjvmti/include/
Djvmti.h1532 jvmtiError (JNICALL *SetThreadLocalStorage) (jvmtiEnv* env,
1872 jvmtiError SetThreadLocalStorage(jthread thread, in SetThreadLocalStorage() function
1874 return functions->SetThreadLocalStorage(this, thread, data); in SetThreadLocalStorage()