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

/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemeventwait-r0drv-solaris.h71 bool volatile fWantWakeup; member in struct:RTR0SEMSOLWAIT
176 pWait->fWantWakeup = false;
213 bool const fWantWakeup = pWait->fWantWakeup;
217 if (fWantWakeup)
240 bool const fWantWakeup = pWait->fWantWakeup;
244 if (fWantWakeup)
287 pWait->fWantWakeup = false; /* only want fTimedOut */
342 pWait->fWantWakeup
[all...]

Completed in 42 milliseconds