Home
last modified time | relevance | path

Searched refs:user_time (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/time/windows/
H A Dclock_gettime.cpp91 [[clang::uninitialized]] FILETIME user_time; in clock_gettime() local
96 &exit_time, &kernel_time, &user_time); in clock_gettime()
100 &exit_time, &kernel_time, &user_time); in clock_gettime()
113 auto user_time_hns = cpp::bit_cast<ULARGE_INTEGER>(user_time); in clock_gettime()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DProcess.h87 std::chrono::nanoseconds &user_time,
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc125 std::chrono::nanoseconds &user_time,
128 std::tie(user_time, sys_time) = getRUsageTimes();
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc79 std::chrono::nanoseconds &user_time,
89 user_time = toDuration(UserTime);