Home
last modified time | relevance | path

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

/src/contrib/unbound/daemon/
H A Dremote.c4612 fr_init_time(struct timeval* time_start, struct timeval* time_read, in fr_init_time() argument
4617 memset(time_read, 0, sizeof(*time_read)); in fr_init_time()
5754 struct timeval* time_read, struct timeval* time_construct, in fr_finish_time() argument
5762 timeval_subtract(&readtime, time_read, time_start); in fr_finish_time()
5763 timeval_subtract(&constructtime, time_construct, time_read); in fr_finish_time()
6527 fr_load_config(struct fast_reload_thread* fr, struct timeval* time_read, in fr_load_config() argument
6537 if(gettimeofday(time_read, NULL) < 0) in fr_load_config()
6627 struct timeval time_start, time_read, time_construct, time_reload, in fast_reload_thread_main() local
6633 fr_init_time(&time_start, &time_read, &time_construct, in fast_reload_thread_main()
6649 if(!fr_load_config(fast_reload_thread, &time_read, &time_construct, in fast_reload_thread_main()
[all …]