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

/vbox/src/VBox/Runtime/r0drv/nt/
H A Dtimer-r0drv-nt.cpp103 RTCPUID cSubTimers; member in struct:RTTIMER
368 unsigned cSubTimers = pTimer->fOmniTimer ? pTimer->cSubTimers : 1; local
369 for (unsigned iCpu = 0; iCpu < cSubTimers; iCpu++)
399 for (RTCPUID iCpu = 0; iCpu < pTimer->cSubTimers; iCpu++)
483 RTCPUID cSubTimers = 1;
486 cSubTimers = RTMpGetMaxCpuId() + 1;
487 Assert(cSubTimers <= RTCPUSET_MAX_CPUS); /* On Windows we have a 1:1 relationship between cpuid and set index. */
490 PRTTIMER pTimer = (PRTTIMER)RTMemAllocZ(RT_OFFSETOF(RTTIMER, aSubTimers[cSubTimers]));
503 pTimer->cSubTimers
[all...]

Completed in 43 milliseconds