Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Support/Windows/
HDProgram.inc449 FILETIME CreationTime, ExitTime, KernelTime, UserTime;
451 if (GetProcessTimes(PI.Process, &CreationTime, &ExitTime, &KernelTime,
/freebsd-head/contrib/llvm-project/openmp/runtime/src/
HDz_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()