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

/openjdk7/hotspot/src/share/vm/runtime/
H A DosThread.hpp72 // the double indirection Thread::current()->_osthread->_interrupted.
130 OSThread* _osthread; member in class:OSThreadWaitState
134 _osthread = osthread;
143 _osthread->set_state(_old_state);
150 OSThread* _osthread; member in class:OSThreadContendState
154 _osthread = osthread;
159 _osthread->set_state(_old_state);
H A Dthread.hpp408 OSThread* osthread() const { return _osthread; }
409 void set_osthread(OSThread* thread) { _osthread = thread; }
516 OSThread* _osthread; // Platform-specific thread information member in class:Thread
1321 static ByteSize osthread_offset() { return byte_offset_of(JavaThread, _osthread ); }
H A DvmStructs.cpp930 nonstatic_field(JavaThread, _osthread, OSThread*) \
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.inline.hpp124 OSThread* _osthread = _thread->osthread(); \

Completed in 40 milliseconds