Searched refs:SetThreadLocalStorage (Results 1 – 2 of 2) sorted by relevance
1532 jvmtiError (JNICALL *SetThreadLocalStorage) (jvmtiEnv* env,1872 jvmtiError SetThreadLocalStorage(jthread thread, in SetThreadLocalStorage() function1874 return functions->SetThreadLocalStorage(this, thread, data); in SetThreadLocalStorage()
169 error = JVMTI_FUNC_PTR(gdata->jvmti,SetThreadLocalStorage) in setThreadLocalStorage()