Searched defs:_thread_handle (Results 1 - 1 of 1) 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; }

Completed in 29 milliseconds