Home
last modified time | relevance | path

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

/third_party/benchmark/src/
H A Dtimers.cc120 FILETIME exit_time; in ProcessCPUUsage() local
123 if (GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time, in ProcessCPUUsage()
155 FILETIME exit_time; in ThreadCPUUsage() local
158 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time, in ThreadCPUUsage()
/third_party/libuv/src/
H A Duv-common.c981 uint64_t exit_time; in uv__metrics_update_idle_time() local
995 exit_time = uv_hrtime(); in uv__metrics_update_idle_time()
1000 loop_metrics->provider_idle_time += exit_time - entry_time; in uv__metrics_update_idle_time()
/third_party/node/deps/uv/src/
H A Duv-common.c919 uint64_t exit_time; in uv__metrics_update_idle_time() local
933 exit_time = uv_hrtime(); in uv__metrics_update_idle_time()
938 loop_metrics->provider_idle_time += exit_time - entry_time; in uv__metrics_update_idle_time()
/third_party/python/Modules/
H A Dtimemodule.c1214 FILETIME creation_time, exit_time, kernel_time, user_time; local
1220 ok = GetProcessTimes(process, &creation_time, &exit_time,
1407 FILETIME creation_time, exit_time, kernel_time, user_time; local
1413 ok = GetThreadTimes(thread, &creation_time, &exit_time,
/third_party/ltp/pan/
H A Dltp-pan.c123 time_t exit_time, char *term_type, int stat_loc,
1409 time_t exit_time, char *term_type, int stat_loc, in write_test_end()
1417 (long)(exit_time - running->mystime), term_type, term_id, in write_test_end()
1408 write_test_end(struct tag_pgrp *running, const char *init_status, time_t exit_time, char *term_type, int stat_loc, int term_id, struct tms *tms1, struct tms *tms2) write_test_end() argument

Completed in 10 milliseconds