Searched refs:_thread_handle (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A DosThread_windows.hpp34 HANDLE _thread_handle; // Win32 thread handle variable
41 HANDLE thread_handle() const { return _thread_handle; }
42 void set_thread_handle(HANDLE handle) { _thread_handle = handle; }
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A DvmStructs_windows_x86.hpp39 unchecked_nonstatic_field(OSThread, _thread_handle, sizeof(HANDLE)) /* NOTE: no type */ \

Completed in 35 milliseconds