Home
last modified time | relevance | path

Searched refs:ExitTime (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp382 FILETIME CreationTime, ExitTime, KernelTime, UserTime; in main() local
386 &ExitTime, in main()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DProgram.inc448 FILETIME CreationTime, ExitTime, KernelTime, UserTime;
450 if (GetProcessTimes(PI.Process, &CreationTime, &ExitTime, &KernelTime,
/llvm-project-15.0.7/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp647 FILETIME CreationTime, ExitTime, KernelTime, UserTime; in __kmp_read_cpu_time() local
653 status = GetProcessTimes(GetCurrentProcess(), &CreationTime, &ExitTime, in __kmp_read_cpu_time()