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

/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.hpp106 static int (*SpinCallbackFunction)(intptr_t, int) ; member in class:ObjectMonitor
H A DobjectMonitor.cpp1975 int (*ObjectMonitor::SpinCallbackFunction)(intptr_t, int) = NULL ; variable
2076 int (*scb)(intptr_t,int) = SpinCallbackFunction ;

Completed in 622 milliseconds