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

/openjdk7/hotspot/src/os/solaris/vm/
H A DosThread_solaris.hpp33 uint _lwp_id; // lwp ID, only used with bound threads variable
40 uint lwp_id() const { return _lwp_id; }
65 void set_lwp_id(uint id) { _lwp_id = id; }

Completed in 63 milliseconds