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

/openjdk7/hotspot/src/share/vm/runtime/
H A DmutexLocker.hpp146 // A MutexLocker provides mutual exclusion with respect to a given mutex
154 // See orderAccess.hpp. We assume throughout the VM that MutexLocker's
166 class MutexLocker: StackObj { class in inherits:StackObj
170 MutexLocker(Monitor * mutex) { function in class:MutexLocker
178 MutexLocker(Monitor * mutex, Thread *thread) { function in class:MutexLocker
185 ~MutexLocker() {
200 // A MutexLockerEx behaves like a MutexLocker when its constructor is
201 // called with a Mutex. Unlike a MutexLocker, its constructor can also be
204 // basic MutexLocker as fast as possible. MutexLockerEx can also lock
341 // A special MutexLocker tha
[all...]

Completed in 288 milliseconds