Lines Matching defs:GetThreadLocalStorage
234 static jvmtiError GetThreadLocalStorage(jvmtiEnv* env, jthread thread, void** data_ptr) {236 return ThreadUtil::GetThreadLocalStorage(env, thread, data_ptr);1848 JvmtiFunctions::GetThreadLocalStorage,