Searched refs:start_time (Results 1 – 4 of 4) sorted by relevance
684 struct timespec start_time = evNowTime(); in send_vc() local861 *delay = res_stats_calculate_rtt(&done, &start_time); in send_vc()943 timespec start_time = evNowTime(); in udpRetryingPoll() local944 timespec timeout = (evCmpTime(*finish, start_time) > 0) ? evSubTime(*finish, start_time) in udpRetryingPoll()1067 timespec start_time = evNowTime(); in send_dg() local1068 timespec finish = evAddTime(start_time, timeout); in send_dg()1126 *delay = res_stats_calculate_rtt(&done, &start_time); in send_dg()
73 let start_time = Instant::now(); in wait_until_authfs_ready() localVariable78 if start_time.elapsed() > AUTHFS_SETUP_TIMEOUT_SEC { in wait_until_authfs_ready()
408 let start_time = Instant::now(); in wait_for_mount() localVariable417 if start_time.elapsed() > TIMEOUT { in wait_for_mount()
113 std::chrono::steady_clock::time_point start_time; member139 start_time = std::chrono::steady_clock::now(); in Reset()152 duration = std::chrono::steady_clock::now() - start_time; in TransferRate()