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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp140 JvmtiEnv::SetThreadLocalStorage(JavaThread* java_thread, const void* data) { function in class:JvmtiEnv
155 } /* end SetThreadLocalStorage */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1532 jvmtiError (JNICALL *SetThreadLocalStorage) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1872 jvmtiError SetThreadLocalStorage(jthread thread, function in struct:_jvmtiEnv
1874 return functions->SetThreadLocalStorage(this, thread, data);

Completed in 39 milliseconds