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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp159 // It must be set under the protection of SR_lock. Read from the flag is
160 // OK without SR_lock as long as the value is only used as a hint.
162 // inside SR_lock and finish the suspension)
337 Monitor* SR_lock() const { return _SR_lock; } function in class:Thread
1085 MutexLockerEx ml(SR_lock(), Mutex::_no_safepoint_check_flag);
1087 // SR_lock to allow the thread to reach a stable thread state if
1123 MutexLockerEx ml(SR_lock(), Mutex::_no_safepoint_check_flag);
1132 MutexLockerEx ml(SR_lock(), Mutex::_no_safepoint_check_flag);
1149 MutexLockerEx ml(SR_lock(), Mutex::_no_safepoint_check_flag);
1180 // request that has just gotten started, i.e., SR_lock grabbe
[all...]

Completed in 60 milliseconds