Searched defs:GetCurrentThread (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java783 * HANDLE GetCurrentThread(VOID)
785 static native long GetCurrentThread(); method in class:WindowsNativeDispatcher
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp713 JvmtiEnv::GetCurrentThread(jthread* thread_ptr) { function in class:JvmtiEnv
717 } /* end GetCurrentThread */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1091 jvmtiError (JNICALL *GetCurrentThread) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1805 jvmtiError GetCurrentThread(jthread* thread_ptr) { function in struct:_jvmtiEnv
1806 return functions->GetCurrentThread(this, thread_ptr);

Completed in 333 milliseconds