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

/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp2919 * @param pcNsOther Where to store the time (nano seconds) spent
2924 uint64_t *pcNsHalted, uint64_t *pcNsOther)
2960 if (pcNsOther)
2961 *pcNsOther = cNsOther;
2923 TMR3GetCpuLoadTimes(PVM pVM, VMCPUID idCpu, uint64_t *pcNsTotal, uint64_t *pcNsExecuting, uint64_t *pcNsHalted, uint64_t *pcNsOther) argument

Completed in 51 milliseconds