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

/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp2026 if (Knob_OState && NotRunnable (Self, (Thread *) _owner)) {
2169 if (Knob_OState && NotRunnable (Self, ox)) {
2205 // NotRunnable() -- informed spinning
2218 // observed by NotRunnable() might be garbage. NotRunnable must
2238 // The return value from NotRunnable() is *advisory* -- the
2244 int ObjectMonitor::NotRunnable (Thread * Self, Thread * ox) { function in class:ObjectMonitor

Completed in 41 milliseconds