Searched refs:leaf (Results 51 - 54 of 54) sorted by relevance

123

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp565 _markBitMap(0, Mutex::leaf + 1, "CMS_markBitMap_lock"),
598 _verification_mark_bm(0, Mutex::leaf + 1, "CMS_verification_mark_bm_lock"),
6625 // leaf lock. For printing we need to take a further lock
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp4816 Bsd::set_createThread_lock(new Mutex(Mutex::leaf, "createThread_lock", false));
5862 // The per-thread Parker:: mutex is a classic leaf-lock.
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp4617 Linux::set_createThread_lock(new Mutex(Mutex::leaf, "createThread_lock", false));
5601 // The per-thread Parker:: mutex is a classic leaf-lock.
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp4911 _stats_lock(Mutex::leaf, "parallel G1 stats lock", true)

Completed in 415 milliseconds

123