Home
last modified time | relevance | path

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

/third_party/libcoap/examples/lwip/
Dserver-coap.c211 coap_time_t time_now; in server_coap_poll() local
215 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()
/third_party/node/deps/v8/src/d8/
Dd8-posix.cc88 struct timeval time_now; in WaitOnFD() local
89 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() local
116 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()
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify_refcol/
Ditt_refcol_impl.c31 time_t time_now = time(NULL); in log_file_name_generate() local
32 struct tm* time_info = localtime(&time_now); in log_file_name_generate()
/third_party/node/deps/v8/src/base/platform/
Dplatform-win32.cc366 TimeStamp time_now; in SetToCurrentTime() local
367 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()
/third_party/node/deps/v8/tools/release/
Dcommon_includes.py543 time_now = int(self._side_effect_handler.GetUTCStamp())
547 int(time_now - max_age)).strip()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p.c718 struct os_reltime time_now; in p2p_add_device() local
752 os_get_reltime(&time_now); in p2p_add_device()
753 rx_time = &time_now; in p2p_add_device()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p.c722 struct os_reltime time_now; in p2p_add_device() local
756 os_get_reltime(&time_now); in p2p_add_device()
757 rx_time = &time_now; in p2p_add_device()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h84723 u_int64_t time_now; member