Searched refs:tvnow (Results 1 – 10 of 10) sorted by relevance
70 static struct timeval tvnow(void);116 tv = tvnow(); in logmsg()235 initial_tv = tvnow(); in wait_ms()250 pending_ms = timeout_ms - (int)timediff(tvnow(), initial_tv); in wait_ms()405 static struct timeval tvnow(void) in tvnow() function431 static struct timeval tvnow(void) in tvnow() function465 static struct timeval tvnow(void) in tvnow() function479 static struct timeval tvnow(void) in tvnow() function
30 struct timeval tvnow(void) in tvnow() function56 struct timeval tvnow(void) in tvnow() function90 struct timeval tvnow(void) in tvnow() function104 struct timeval tvnow(void) in tvnow() function
26 struct timeval tvnow(void);
123 struct timeval now = tvnow(); in tool_progress_cb()
62 tv = tvnow(); in tool_debug_cb()
1557 retrystart = tvnow(); in operate_do()1614 (tvdiff(tvnow(), retrystart) < in operate_do()
41 static struct timeval tvnow(void) in tvnow() function86 mp_start = tvnow(); in main()150 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) { in main()
86 static struct timeval tvnow(void) in tvnow() function153 mp_start = tvnow(); in main()217 if(tvdiff(tvnow(), mp_start) > MULTI_PERFORM_HANG_TIMEOUT) { in main()
2346 - tvnow: silence conversion warnings