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

/vbox/src/VBox/Runtime/r0drv/nt/
H A Dinitterm-r0drv-nt.cpp212 KAFFINITY ActiveProcessors = (UINT64_C(1) << KeNumberProcessors) - UINT64_C(1); local
214 KAFFINITY ActiveProcessors = KeQueryActiveProcessors();
217 RTCpuSetFromU64(&g_rtMpNtCpuSet, ActiveProcessors);

Completed in 40 milliseconds