Searched defs:own_lock (Results 1 - 1 of 1) 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

Completed in 51 milliseconds