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

/openjdk7/hotspot/src/share/vm/runtime/
H A DmutexLocker.hpp203 // is also a corresponding MutexUnlockerEx. We want to keep the
315 // A MutexUnlockerEx temporarily exits a previously
318 class MutexUnlockerEx: StackObj { class in inherits:StackObj
324 MutexUnlockerEx(Monitor * mutex, bool no_safepoint_check = !Mutex::_no_safepoint_check_flag) { function in class:MutexUnlockerEx
330 ~MutexUnlockerEx() {

Completed in 30 milliseconds