Lines Matching defs:MutexLocker
146 // 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 {
170 MutexLocker(Monitor * mutex) {
178 MutexLocker(Monitor * mutex, Thread *thread) {
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 that allows: