Searched defs:_thread_id (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.hpp42 intx _thread_id; // which compile thread member in class:CompileLog
61 intx thread_id() { return _thread_id; }
/openjdk7/hotspot/src/share/vm/runtime/
H A DosThread.hpp113 static ByteSize thread_id_offset() { return byte_offset_of(OSThread, _thread_id); }
116 thread_id_t thread_id() const { return _thread_id; }
118 void set_thread_id(thread_id_t id) { _thread_id = id; }
121 // _thread_id is kernel thread id (similar to LWP id on Solaris). Each
124 thread_id_t _thread_id; member in class:OSThread

Completed in 227 milliseconds