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

/openjdk7/hotspot/src/share/vm/memory/
H A DfreeBlockDictionary.cpp44 template <class Chunk> Mutex* FreeBlockDictionary<Chunk>::par_lock() const { function in class:FreeBlockDictionary
57 assert(par_lock() != NULL, "Should be using locking?");
58 assert_lock_strong(par_lock());
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp251 Mutex* par_lock() { return &_par_lock; } function in class:CMSMarkStack

Completed in 41 milliseconds