Lines Matching refs:GetThreadLocalStorage
241 static jvmtiError GetThreadLocalStorage(jvmtiEnv* env, jthread thread, void** data_ptr) {243 return ThreadUtil::GetThreadLocalStorage(env, thread, data_ptr);1681 JvmtiFunctions::GetThreadLocalStorage,