Home
last modified time | relevance | path

Searched defs:GetThreadLocalStorage (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/openjdkjvmti/
H A Dti_thread.cc725 jvmtiError ThreadUtil::GetThreadLocalStorage(jvmtiEnv* env, in GetThreadLocalStorage() function in openjdkjvmti::ThreadUtil
H A DOpenjdkJvmTi.cc253 static jvmtiError GetThreadLocalStorage(jvmtiEnv* env, jthread thread, void** data_ptr) { in GetThreadLocalStorage() function in openjdkjvmti::JvmtiFunctions
/aosp12/art/openjdkjvmti/include/
H A Djvmti.h1877 jvmtiError GetThreadLocalStorage(jthread thread, in GetThreadLocalStorage() function