Searched refs:exit_time (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dtimers.cc113 FILETIME exit_time; local
116 if (GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time,
144 FILETIME exit_time; local
147 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time,
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dtimers.cc113 FILETIME exit_time; local
116 if (GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time,
144 FILETIME exit_time; local
147 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time,
/netbsd-current/external/mit/libuv/dist/src/
H A Duv-common.c919 uint64_t exit_time; local
933 exit_time = uv_hrtime();
938 loop_metrics->provider_idle_time += exit_time - entry_time;

Completed in 100 milliseconds