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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Windows/
H A DProcess.inc89 uint64_t ProcCreate, ProcExit, KernelTime, UserTime;
91 (FILETIME*)&ProcExit, (FILETIME*)&KernelTime,
97 sys_time.seconds( KernelTime / 10000000 );
98 sys_time.nanoseconds( unsigned(KernelTime % 10000000) * 100 );
/macosx-10.10.1/llvmCore-3425.0.34/utils/KillTheDoctor/
H A DKillTheDoctor.cpp377 FILETIME CreationTime, ExitTime, KernelTime, UserTime; local
382 &KernelTime,
391 a.LowPart = KernelTime.dwLowDateTime;
392 a.HighPart = KernelTime.dwHighDateTime;

Completed in 125 milliseconds