Searched refs:t_now (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/date_time/test/posix_time/ |
D | testmicrosec_time_clock.cpp | 21 ptime t_now = second_clock::local_time(); in sync_to_next_second() local 26 t_prev = t_now; in sync_to_next_second() 27 t_now = second_clock::local_time(); in sync_to_next_second() 28 } while (t_now.time_of_day().seconds() == t_prev.time_of_day().seconds()); in sync_to_next_second() 31 t_now = microsec_clock::local_time(); in sync_to_next_second() 32 t_prev = t_now; in sync_to_next_second() 35 t_now = microsec_clock::local_time(); in sync_to_next_second() 36 } while (t_now - t_prev < milliseconds(300)); in sync_to_next_second()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | utimes.c | 42 time_t t_mold, t_aold, t_now, t_new; in utimes_0100() local 47 t_now = time(NULL); in utimes_0100() 53 if (t_new != t_now) { in utimes_0100() 105 time_t t_mold, t_aold, t_now, t_new; in utimes_time64_0100() local 110 t_now = time(NULL); in utimes_time64_0100() 116 if (t_new != t_now) { in utimes_time64_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
D | utime_sup.c | 72 time_t t_mold, t_aold, t_now, t_mnew, t_anew; in utime_0200() local 77 t_now = time(NULL); in utime_0200() 82 if (t_mnew != t_now && t_anew != t_now) { in utime_0200()
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_cl.c | 342 time_t t_now, t_tmp; in OCSP_check_validity() local 343 time(&t_now); in OCSP_check_validity() 349 t_tmp = t_now + nsec; in OCSP_check_validity() 360 t_tmp = t_now - maxsec; in OCSP_check_validity() 376 t_tmp = t_now - nsec; in OCSP_check_validity()
|
/third_party/libcoap/examples/ |
D | coap-server.c | 2818 coap_time_t t_now; in main() local 2822 t_now = coap_ticks_to_rt(now); in main() 2823 if (t_last != t_now) { in main() 2825 t_last = t_now; in main()
|