Home
last modified time | relevance | path

Searched refs:GetThreadLocalStorage (Results 1 – 7 of 7) sorted by relevance

/art/test/1909-per-agent-tls/
Dinfo.txt1 Tests jvmti behavior of GetThreadLocalStorage with multiple threads.
Dagent_tls.cc46 reinterpret_cast<jvmtiEnv*>(jvmti_env_ptr)->GetThreadLocalStorage(thr, &res)); in Java_art_Test1909_getTLS()
/art/runtime/openjdkjvmti/
Dti_thread.h69 static jvmtiError GetThreadLocalStorage(jvmtiEnv* env, jthread thread, void** data_ptr);
DOpenjdkJvmTi.cc226 static jvmtiError GetThreadLocalStorage(jvmtiEnv* env, jthread thread, void** data_ptr) { in GetThreadLocalStorage() function in openjdkjvmti::JvmtiFunctions
228 return ThreadUtil::GetThreadLocalStorage(env, thread, data_ptr); in GetThreadLocalStorage()
1847 JvmtiFunctions::GetThreadLocalStorage,
Dti_thread.cc593 jvmtiError ThreadUtil::GetThreadLocalStorage(jvmtiEnv* env, in GetThreadLocalStorage() function in openjdkjvmti::ThreadUtil
/art/test/924-threads/
Dthreads.cc132 jvmtiError result = jvmti_env->GetThreadLocalStorage(thread, &tls); in Java_art_Test924_getTLS()
/art/runtime/openjdkjvmti/include/
Djvmti.h1527 jvmtiError (JNICALL *GetThreadLocalStorage) (jvmtiEnv* env,
1877 jvmtiError GetThreadLocalStorage(jthread thread, in GetThreadLocalStorage() function
1879 return functions->GetThreadLocalStorage(this, thread, data_ptr); in GetThreadLocalStorage()