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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsLockVerifier.hpp39 static void assert_locked(const Mutex* lock, const Mutex* p_lock) { argument
40 assert_locked(lock, p_lock, NULL);

Completed in 63 milliseconds