Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/Windows/ !
H A DProgram.inc449 FILETIME CreationTime, ExitTime, KernelTime, UserTime;
451 if (GetProcessTimes(PI.Process, &CreationTime, &ExitTime, &KernelTime,
/src/contrib/llvm-project/openmp/runtime/src/ !
H A Dz_Windows_NT_util.cpp649 FILETIME CreationTime, ExitTime, KernelTime, UserTime; in __kmp_read_cpu_time() local
655 status = GetProcessTimes(GetCurrentProcess(), &CreationTime, &ExitTime, in __kmp_read_cpu_time()