Searched refs:tvnow (Results 1 – 9 of 9) sorted by relevance
35 struct timeval tvnow(void) in tvnow() function64 struct timeval tvnow(void) in tvnow() function98 struct timeval tvnow(void) in tvnow() function112 struct timeval tvnow(void) in tvnow() function
26 struct timeval tvnow(void);
131 struct timeval now = tvnow(); in tool_progress_cb()
62 tv = tvnow(); in tool_debug_cb()
174 now = tvnow(); in progress_meter()
419 (tvdiff(tvnow(), per->retrystart) < in post_per_transfer()2036 per->retrystart = tvnow(); in single_transfer()2149 struct timeval start = tvnow(); in parallel_transfers()
487 struct timeval tvnow; in prepare_func() local494 tvnow.tv_sec = now / 1000000; in prepare_func()495 tvnow.tv_usec = now % 1000000; in prepare_func()497 if (pa_timeval_cmp(&t->timeval, &tvnow) <= 0) { in prepare_func()501 usec = pa_timeval_diff(&t->timeval, &tvnow); in prepare_func()519 struct timeval tvnow; in check_func() local524 tvnow.tv_sec = now / 1000000; in check_func()525 tvnow.tv_usec = now % 1000000; in check_func()527 if (pa_timeval_cmp(&t->timeval, &tvnow) <= 0) in check_func()562 struct timeval tvnow; in dispatch_func() local[all …]
486 struct timeval tvnow; in prepare_func() local493 tvnow.tv_sec = now.tv_sec; in prepare_func()494 tvnow.tv_usec = now.tv_usec; in prepare_func()496 if (pa_timeval_cmp(&t->timeval, &tvnow) <= 0) { in prepare_func()500 usec = pa_timeval_diff(&t->timeval, &tvnow); in prepare_func()518 struct timeval tvnow; in check_func() local524 tvnow.tv_sec = now.tv_sec; in check_func()525 tvnow.tv_usec = now.tv_usec; in check_func()527 if (pa_timeval_cmp(&t->timeval, &tvnow) <= 0) in check_func()562 struct timeval tvnow; in dispatch_func() local[all …]
70 static struct timeval tvnow(void);116 tv = tvnow(); in logmsg()247 initial_tv = tvnow(); in wait_ms()262 pending_ms = timeout_ms - (int)timediff(tvnow(), initial_tv); in wait_ms()440 static struct timeval tvnow(void) in tvnow() function466 static struct timeval tvnow(void) in tvnow() function500 static struct timeval tvnow(void) in tvnow() function514 static struct timeval tvnow(void) in tvnow() function