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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dmutex.cpp926 // and go on. we note this with _snuck so we can also
928 _snuck = true;
983 _snuck = true;
1000 if (_snuck) {
1002 _snuck = false;
1024 // Beware that the original jvm_raw_unlock() had a "_snuck" test but that
1077 if (_snuck) { // ???
1079 _snuck = false;
1156 m->_snuck = false ;
H A Dmutex.hpp130 volatile bool _snuck; // Used for sneaky locking (evil). member in class:Monitor

Completed in 53 milliseconds