Searched refs:GetThreadLocalStorage (Results 1 – 2 of 2) sorted by relevance
1527 jvmtiError (JNICALL *GetThreadLocalStorage) (jvmtiEnv* env,1877 jvmtiError GetThreadLocalStorage(jthread thread, in GetThreadLocalStorage() function1879 return functions->GetThreadLocalStorage(this, thread, data_ptr); in GetThreadLocalStorage()
188 error = JVMTI_FUNC_PTR(gdata->jvmti,GetThreadLocalStorage) in getThreadLocalStorage()