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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dmutex.hpp170 int IWait (Thread * Self, jlong timo);
H A Dmutex.cpp449 // ILock and IWait are the lowest level primitive internal blocking
450 // synchronization functions. The callers of IWait and ILock must have
452 // IWait and ILock may directly call park() without any concern for thread state.
453 // Note that ILock and IWait do *not* access _owner.
738 int Monitor::IWait (Thread * Self, jlong timo) { function in class:Monitor
1111 wait_status = IWait (Self, timeout) ;
1126 wait_status = IWait (Self, timeout) ;
1143 // The "real" lock -- the LockByte -- was reacquired by IWait().

Completed in 33 milliseconds