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

/vbox/src/VBox/Runtime/generic/
H A Dspinlock-generic.cpp31 /** @def RT_CFG_SPINLOCK_GENERIC_DO_SLEEP
34 #define RT_CFG_SPINLOCK_GENERIC_DO_SLEEP 100000 macro
50 #if RT_CFG_SPINLOCK_GENERIC_DO_SLEEP
135 #if RT_CFG_SPINLOCK_GENERIC_DO_SLEEP
141 for (int c = RT_CFG_SPINLOCK_GENERIC_DO_SLEEP; c > 0; c--)
179 #if RT_CFG_SPINLOCK_GENERIC_DO_SLEEP
182 for (int c = RT_CFG_SPINLOCK_GENERIC_DO_SLEEP; c > 0; c--)

Completed in 62 milliseconds