Home
last modified time | relevance | path

Searched refs:KernelTime (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/interprocess/detail/
Dos_thread_functions.hpp219 winapi::interprocess_filetime CreationTime, ExitTime, KernelTime, UserTime; in get_current_process_creation_time() local
222 ( winapi::get_current_process(), &CreationTime, &ExitTime, &KernelTime, &UserTime); in get_current_process_creation_time()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc88 FILETIME ProcCreate, ProcExit, KernelTime, UserTime;
89 if (GetProcessTimes(GetCurrentProcess(), &ProcCreate, &ProcExit, &KernelTime,
94 sys_time = toDuration(KernelTime);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProcess.inc82 FILETIME ProcCreate, ProcExit, KernelTime, UserTime;
83 if (GetProcessTimes(GetCurrentProcess(), &ProcCreate, &ProcExit, &KernelTime,
88 sys_time = toDuration(KernelTime);
/third_party/libuv/src/win/
Dutil.c649 cpu_info->cpu_times.sys = (sppi[i].KernelTime.QuadPart - in uv_cpu_info()
Dwinapi.h4432 LARGE_INTEGER KernelTime; member