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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.hpp245 guarantee(own_lock(), "don't own the lock");
249 guarantee(own_lock(), "don't own the lock");
253 guarantee(own_lock(), "don't own the lock");
257 guarantee(own_lock(), "don't own the lock");
261 guarantee(own_lock(), "don't own the lock");
265 guarantee(own_lock(), "don't own the lock");
269 bool own_lock() const { function in class:SynchronizedGCTaskQueue
H A DgcTaskManager.cpp739 assert(queue()->own_lock(), "don't own the lock");
745 assert(queue()->own_lock(), "don't own the lock");

Completed in 34 milliseconds