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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dmutex.cpp230 // * A slightly reduced form of ILock() and IUnlock() have been partially
515 // A. Shift or defer dropping the inner lock until the subsequent IUnlock() operation.
528 void Monitor::IUnlock (bool RelaxAssert) { function in class:Monitor
785 // We call IUnlock (RelaxAssert=true) as a thread T1 might
786 // enqueue itself on the WaitSet, call IUnlock(), drop the lock,
791 // IUnlock() call a thread should _never find itself on the EntryList
794 IUnlock (true) ;
1005 IUnlock (false) ;
1082 IUnlock(false) ;
1135 IUnlock (tru
[all...]

Completed in 33 milliseconds