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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp5857 void record_synch(char* name, bool returning); // defined below
5863 { record_synch(_name, false); }
5864 ~RecordSynch() { record_synch(_name, true); }
5961 void record_synch(char* name, bool returning) { function

Completed in 56 milliseconds