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

/vbox/src/VBox/Runtime/r0drv/generic/
H A Dsemspinmutex-r0drv-generic.c342 uint32_t cSpins; local
369 for (cSpins = 0; ; cSpins++)
386 if ((cSpins & 0x7f) == 0x1f)
396 for (cSpins = 0;; cSpins++)
408 if ((cSpins & 15) == 15) /* spin a bit before going sleep (again). */

Completed in 38 milliseconds