Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/timer/timepoints/src/
Dmain.c17 zassert_true(sys_timepoint_expired(timepoint)); in ZTEST()
23 zassert_false(sys_timepoint_expired(timepoint)); in ZTEST()
29 zassert_false(sys_timepoint_expired(timepoint)); in ZTEST()
33 zassert_true(sys_timepoint_expired(timepoint)); in ZTEST()
/Zephyr-latest/modules/thrift/src/thrift/concurrency/
DMutex.cpp51 } while(!sys_timepoint_expired(end)); in timedlock()
/Zephyr-latest/samples/modules/lvgl/demos/src/
Dmain.c74 if (sys_timepoint_expired(next_scene_switch)) { in main()
/Zephyr-latest/subsys/net/ip/
Dipv4_acd.c226 if (sys_timepoint_expired(ifaddr->acd_timeout)) { in ipv4_acd_timeout()
349 if (sys_timepoint_expired(ifaddr->acd_timeout)) { in net_ipv4_acd_input()
/Zephyr-latest/include/zephyr/
Dsys_clock.h318 static inline bool sys_timepoint_expired(k_timepoint_t timepoint) in sys_timepoint_expired() function
/Zephyr-latest/subsys/net/lib/dns/
Ddns_cache.c157 if (sys_timepoint_expired(cache->entries[i].expiry)) { in dns_cache_clean()
/Zephyr-latest/subsys/net/lib/sockets/
Dgetaddrinfo.c151 if (!sys_timepoint_expired(end)) { in exec_query()
160 if (!sys_timepoint_expired(end)) { in exec_query()
Dsockets_inet.c540 if (sys_timepoint_expired(buf_timeout)) { in send_check_and_wait()
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_tcp_uploader.c98 } while (!sys_timepoint_expired(end)); in tcp_upload()
/Zephyr-latest/drivers/w1/
Dw1_zephyr_serial.c90 } while (ret != 0 && !sys_timepoint_expired(end)); in serial_tx_rx()
/Zephyr-latest/drivers/i2c/
Di2c_sc18im704.c75 } while (ret == -1 && !sys_timepoint_expired(end)); in sc18im704_transfer()
/Zephyr-latest/drivers/input/
Dinput_kbd_matrix.c296 } else if (sys_timepoint_expired(poll_time_end)) { in input_kbd_matrix_poll()
/Zephyr-latest/drivers/sensor/bosch/bme280/
Dbme280.c142 if (sys_timepoint_expired(end)) { in bme280_wait_until_ready()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_server.c232 return sys_timepoint_expired(disabled_until[idx]); in lwm2m_server_is_enabled()
/Zephyr-latest/drivers/ethernet/
Deth_w5500.c168 if (sys_timepoint_expired(end)) { in w5500_command()
Deth_dwmac.c585 if (sys_timepoint_expired(timeout)) { in dwmac_probe()
/Zephyr-latest/subsys/usb/device/class/dfu/
Dusb_dfu.c955 while (!sys_timepoint_expired(end)) { in wait_for_usb_dfu()
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_server.c1403 sys_timepoint_expired(slot->expiry)) { in dhcpv4_server_timeout()
1415 sys_timepoint_expired(slot->expiry)) { in dhcpv4_server_timeout()
/Zephyr-latest/subsys/dap/
Dcmsis_dap.c310 } while (!sys_timepoint_expired(end)); in dap_swj_pins()
/Zephyr-latest/include/zephyr/rtio/
Drtio.h1490 } while (copied < cqe_count && !sys_timepoint_expired(end)); in z_impl_rtio_cqe_copy_out()
/Zephyr-latest/doc/kernel/services/timing/
Dclocks.rst358 past. For simple cases, :c:func:`sys_timepoint_expired` can be used as well.
/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2.c196 if (sys_timepoint_expired(timeout)) { in dwc2_wait_for_bit()