Searched refs:SetThreadLocalStorage (Results 1 – 5 of 5) sorted by relevance
/art/runtime/openjdkjvmti/ |
D | ti_thread.h | 62 static jvmtiError SetThreadLocalStorage(jvmtiEnv* env, jthread thread, const void* data);
|
D | OpenjdkJvmTi.cc | 229 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,
|
D | ti_thread.cc | 495 jvmtiError ThreadUtil::SetThreadLocalStorage(jvmtiEnv* env ATTRIBUTE_UNUSED, in SetThreadLocalStorage() function in openjdkjvmti::ThreadUtil
|
/art/test/924-threads/ |
D | threads.cc | 142 jvmtiError result = jvmti_env->SetThreadLocalStorage(thread, tls); in Java_art_Test924_setTLS()
|
/art/runtime/openjdkjvmti/include/ |
D | jvmti.h | 1532 jvmtiError (JNICALL *SetThreadLocalStorage) (jvmtiEnv* env, 1872 jvmtiError SetThreadLocalStorage(jthread thread, in SetThreadLocalStorage() function 1874 return functions->SetThreadLocalStorage(this, thread, data); in SetThreadLocalStorage()
|