Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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()