Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc446 FILETIME CreationTime, ExitTime, KernelTime, UserTime;
448 if (GetProcessTimes(PI.Process, &CreationTime, &ExitTime, &KernelTime,
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp614 FILETIME CreationTime, ExitTime, KernelTime, UserTime; in __kmp_read_cpu_time() local
620 status = GetProcessTimes(GetCurrentProcess(), &CreationTime, &ExitTime, in __kmp_read_cpu_time()