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

/openjdk7/hotspot/src/os/solaris/vm/
H A DthreadCritical_solaris.cpp43 static int global_mut_count = 0; variable
53 assert(global_mut_count == 0, "must have clean count");
57 ++global_mut_count;
66 assert(global_mut_count > 0, "must have correct count");
67 --global_mut_count;
68 if (global_mut_count == 0) {

Completed in 188 milliseconds