Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:SetThreadLocalStorage

221   static jvmtiError SetThreadLocalStorage(jvmtiEnv* env, jthread thread, const void* data) {
223 return ThreadUtil::SetThreadLocalStorage(env, thread, data);
1848 JvmtiFunctions::SetThreadLocalStorage,