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

/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstSupSem.cpp292 static unsigned const s_acMsIntervals[] = { 0, 1, 2, 3, 4, 8, 10, 16, 32 }; local
299 for (unsigned i = 0; i < RT_ELEMENTS(s_acMsIntervals); i++)
301 uint64_t cMs = s_acMsIntervals[i];
353 for (unsigned i = 0; i < RT_ELEMENTS(s_acMsIntervals); i++)
355 uint64_t cMs = s_acMsIntervals[i];

Completed in 272 milliseconds