Searched refs:KernelTime (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DProcess.inc88 FILETIME ProcCreate, ProcExit, KernelTime, UserTime;
89 if (GetProcessTimes(GetCurrentProcess(), &ProcCreate, &ProcExit, &KernelTime,
94 sys_time = toDuration(KernelTime);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp382 FILETIME CreationTime, ExitTime, KernelTime, UserTime; local
387 &KernelTime,
396 a.LowPart = KernelTime.dwLowDateTime;
397 a.HighPart = KernelTime.dwHighDateTime;
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dutil.c649 cpu_info->cpu_times.sys = (sppi[i].KernelTime.QuadPart -
H A Dwinapi.h4432 LARGE_INTEGER KernelTime; member in struct:_SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION

Completed in 209 milliseconds