Searched defs:GetThreadLocalStorage (Results 1 – 3 of 3) sorted by relevance
/art/openjdkjvmti/ | ||
D | ti_thread.cc | 725 jvmtiError ThreadUtil::GetThreadLocalStorage(jvmtiEnv* env, in GetThreadLocalStorage() function in openjdkjvmti::ThreadUtil |
D | OpenjdkJvmTi.cc | 253 static jvmtiError GetThreadLocalStorage(jvmtiEnv* env, jthread thread, void** data_ptr) { in GetThreadLocalStorage() function in openjdkjvmti::JvmtiFunctions |
/art/openjdkjvmti/include/ | ||
D | jvmti.h | 1877 jvmtiError GetThreadLocalStorage(jthread thread, in GetThreadLocalStorage() function |