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

/openjdk7/hotspot/src/share/vm/runtime/
H A DmutexLocker.cpp106 Mutex* ProfilePrint_lock = NULL; variable
230 def(ProfilePrint_lock , Mutex , leaf, false); // serial profile printing
H A DmutexLocker.hpp111 extern Mutex* ProfilePrint_lock; // a lock used to serialize the printing of profiles
H A Dfprofiler.cpp1312 MutexLocker ppl(ProfilePrint_lock);

Completed in 2384 milliseconds