Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/network/
Dgetaddrinfo.c70 time_t t_start, t_end; in getaddrinfo_ext() local
185 t_end = time(NULL); in getaddrinfo_ext()
187 reportdnsresult(netid, host, difftime(t_end, t_start), DNS_QUERY_COMMOM_FAIL, NULL, &param); in getaddrinfo_ext()
232 reportdnsresult(netid, host, difftime(t_end, t_start), DNS_QUERY_SUCCESS, *res, &param); in getaddrinfo_ext()
/third_party/mesa3d/.gitlab-ci/bin/
Dci_run_n_monitor.py297 t_end = time.perf_counter() variable
298 spend_minutes = (t_end - t_start) / 60
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dsegment.c678 struct timeval t_start, t_end; in segment_touch() local
709 gettimeofday(&t_end, NULL); in segment_touch()
712 (float)(tv_diff_usec(&t_start, &t_end)) / 1000000.0); in segment_touch()
Dcommands.c554 struct timeval t_start, t_end; in migrate_process() local
638 gettimeofday(&t_end, NULL); in migrate_process()
641 (float)(tv_diff_usec(&t_start, &t_end)) / 1000000.0); in migrate_process()