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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp151 static volatile intptr_t InflationLocks [NINFLATIONLOCKS] ; variable
522 Thread::muxAcquire (InflationLocks + ix, "InflationLock") ;
533 Thread::muxRelease (InflationLocks + ix ) ;

Completed in 37 milliseconds