Searched defs:nmt (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dmutex.cpp418 intx nmt = NativeMonitorTimeout ; local
419 if (nmt > 0 && (nmt < timo || timo <= 0)) {
420 timo = nmt ;

Completed in 34 milliseconds