Searched refs:GetCurrentThread (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsSecurity.java84 hToken = OpenThreadToken(GetCurrentThread(),
133 long hToken = OpenThreadToken(GetCurrentThread(), privilegies, false);
H A DWindowsNativeDispatcher.java783 * HANDLE GetCurrentThread(VOID)
785 static native long GetCurrentThread(); method in class:WindowsNativeDispatcher
/openjdk7/jdk/src/windows/native/sun/tools/attach/
H A DWindowsVirtualMachine.c500 if (!OpenThreadToken(GetCurrentThread(),
515 if (!OpenThreadToken(GetCurrentThread(),
/openjdk7/jdk/src/windows/native/com/sun/security/auth/module/
H A Dnt.c278 if (OpenThreadToken(GetCurrentThread(),
562 if (OpenThreadToken(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);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp474 if (!DuplicateHandle(main_process, GetCurrentThread(), GetCurrentProcess(),
3772 if (!DuplicateHandle(main_process, GetCurrentThread(), main_process,
4059 if ( GetThreadTimes(GetCurrentThread(),
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c923 HANDLE hThread = GetCurrentThread();
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp713 JvmtiEnv::GetCurrentThread(jthread* thread_ptr) { function in class:JvmtiEnv
717 } /* end GetCurrentThread */

Completed in 80 milliseconds