Searched refs:_terminate_lock (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DvmThread.hpp110 static Monitor * _terminate_lock; member in class:VMThread
H A DvmThread.cpp222 Monitor* VMThread::_terminate_lock = NULL; member in class:VMThread
237 _terminate_lock = new Monitor(Mutex::safepoint, "VMThread::_terminate_lock", true);
321 // If that happens after _terminate_lock->wait() has unset _owner
325 MutexLockerEx ml(_terminate_lock, Mutex::_no_safepoint_check_flag);
327 _terminate_lock->notify();
354 { MutexLockerEx ml(_terminate_lock, Mutex::_no_safepoint_check_flag);
356 _terminate_lock->wait(Mutex::_no_safepoint_check_flag);

Completed in 55 milliseconds