Searched refs:time_now (Results 1 – 8 of 8) sorted by relevance
211 coap_time_t time_now; in server_coap_poll() local215 time_now = coap_ticks_to_rt(ticks_now); in server_coap_poll()217 if (last_time != time_now) { in server_coap_poll()219 last_time = time_now; in server_coap_poll()
88 struct timeval time_now; in WaitOnFD() local89 gettimeofday(&time_now, nullptr); in WaitOnFD()90 time_t seconds = time_now.tv_sec - start_time.tv_sec; in WaitOnFD()92 (time_now.tv_usec - start_time.tv_usec) / 1000); in WaitOnFD()115 struct timeval time_now; in TimeIsOut() local116 gettimeofday(&time_now, nullptr); in TimeIsOut()118 int seconds = static_cast<int>(time_now.tv_sec - start_time.tv_sec); in TimeIsOut()123 int useconds = static_cast<int>(time_now.tv_usec - start_time.tv_usec); in TimeIsOut()
31 time_t time_now = time(NULL); in log_file_name_generate() local32 struct tm* time_info = localtime(&time_now); in log_file_name_generate()
366 TimeStamp time_now; in SetToCurrentTime() local367 GetSystemTimeAsFileTime(&time_now.ft_); in SetToCurrentTime()374 needs_resync |= (time_now.t_ - init_time.t_) > kMaxClockElapsedTime; in SetToCurrentTime()377 needs_resync |= time_now.t_ < init_time.t_; in SetToCurrentTime()
543 time_now = int(self._side_effect_handler.GetUTCStamp())547 int(time_now - max_age)).strip()
718 struct os_reltime time_now; in p2p_add_device() local752 os_get_reltime(&time_now); in p2p_add_device()753 rx_time = &time_now; in p2p_add_device()
722 struct os_reltime time_now; in p2p_add_device() local756 os_get_reltime(&time_now); in p2p_add_device()757 rx_time = &time_now; in p2p_add_device()
84723 u_int64_t time_now; member