Searched defs:GetThreadLocalStorage (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp162 JvmtiEnv::GetThreadLocalStorage(jthread thread, void** data_ptr) { function in class:JvmtiEnv
176 VM_ENTRY_BASE(jvmtiError, JvmtiEnv::GetThreadLocalStorage , current_thread)
195 } /* end GetThreadLocalStorage */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1527 jvmtiError (JNICALL *GetThreadLocalStorage) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1877 jvmtiError GetThreadLocalStorage(jthread thread, function in struct:_jvmtiEnv
1879 return functions->GetThreadLocalStorage(this, thread, data_ptr);

Completed in 38 milliseconds