/Zephyr-latest/subsys/net/ip/ |
D | net_timeout.c | 10 void net_timeout_set(struct net_timeout *timeout, in net_timeout_set() 44 int64_t net_timeout_deadline(const struct net_timeout *timeout, in net_timeout_deadline() 64 uint32_t net_timeout_remaining(const struct net_timeout *timeout, in net_timeout_remaining() 78 uint32_t net_timeout_evaluate(struct net_timeout *timeout, in net_timeout_evaluate()
|
/Zephyr-latest/subsys/tracing/test/ |
D | tracing_string_format_test.c | 96 void sys_trace_k_thread_sleep_enter(k_timeout_t timeout) in sys_trace_k_thread_sleep_enter() 101 void sys_trace_k_thread_sleep_exit(k_timeout_t timeout, int ret) in sys_trace_k_thread_sleep_exit() 177 void sys_trace_k_thread_join_blocking(struct k_thread *thread, k_timeout_t timeout) in sys_trace_k_thread_join_blocking() 182 void sys_trace_k_thread_join_exit(struct k_thread *thread, k_timeout_t timeout, int ret) in sys_trace_k_thread_join_exit() 238 k_timeout_t timeout) in sys_trace_k_condvar_wait_enter() 244 k_timeout_t timeout, int ret) in sys_trace_k_condvar_wait_exit() 259 void sys_trace_k_sem_take_enter(struct k_sem *sem, k_timeout_t timeout) in sys_trace_k_sem_take_enter() 264 void sys_trace_k_sem_take_exit(struct k_sem *sem, k_timeout_t timeout, int ret) in sys_trace_k_sem_take_exit() 269 void sys_trace_k_sem_take_blocking(struct k_sem *sem, k_timeout_t timeout) in sys_trace_k_sem_take_blocking() 284 void sys_trace_k_mutex_lock_enter(struct k_mutex *mutex, k_timeout_t timeout) in sys_trace_k_mutex_lock_enter() [all …]
|
D | tracing_test.h | 23 #define sys_port_trace_k_thread_join_enter(thread, timeout) \ argument 25 #define sys_port_trace_k_thread_join_blocking(thread, timeout) \ argument 27 #define sys_port_trace_k_thread_join_exit(thread, timeout, ret) \ argument 29 #define sys_port_trace_k_thread_sleep_enter(timeout) sys_trace_k_thread_sleep_enter(timeout) argument 30 #define sys_port_trace_k_thread_sleep_exit(timeout, ret) sys_trace_k_thread_sleep_exit(timeout, ret) argument 73 #define sys_port_trace_k_work_flush_blocking(work, timeout) argument 84 #define sys_port_trace_k_work_queue_stop_enter(queue, timeout) argument 85 #define sys_port_trace_k_work_queue_stop_blocking(queue, timeout) argument 86 #define sys_port_trace_k_work_queue_stop_exit(queue, timeout, ret) argument 110 #define sys_port_trace_k_work_poll_submit_to_queue_enter(work_q, work, timeout) argument [all …]
|
/Zephyr-latest/subsys/net/lib/sntp/ |
D | sntp_simple.c | 12 static int sntp_simple_helper(struct sockaddr *addr, socklen_t addr_len, uint32_t timeout, in sntp_simple_helper() 74 int sntp_simple_addr(struct sockaddr *addr, socklen_t addr_len, uint32_t timeout, in sntp_simple_addr() 87 int sntp_simple(const char *server, uint32_t timeout, struct sntp_time *ts) in sntp_simple()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | long_wq.c | 14 int bt_long_wq_schedule(struct k_work_delayable *dwork, k_timeout_t timeout) in bt_long_wq_schedule() 19 int bt_long_wq_reschedule(struct k_work_delayable *dwork, k_timeout_t timeout) in bt_long_wq_reschedule()
|
/Zephyr-latest/tests/kernel/mem_heap/k_heap_api/src/ |
D | test_kheap_api.c | 37 k_timeout_t timeout = Z_TIMEOUT_MS(200); in thread_alloc_heap() local 54 k_timeout_t timeout = Z_TIMEOUT_MS(200); in thread_alloc_heap_null() local 117 k_timeout_t timeout = Z_TIMEOUT_US(TIMEOUT); in ZTEST() local 142 k_timeout_t timeout = Z_TIMEOUT_US(TIMEOUT); in ZTEST() local 168 k_timeout_t timeout = Z_TIMEOUT_US(TIMEOUT); in ZTEST() local 284 k_timeout_t timeout = Z_TIMEOUT_US(TIMEOUT); in ZTEST() local
|
/Zephyr-latest/kernel/ |
D | kheap.c | 66 k_timeout_t timeout) in k_heap_aligned_alloc() 108 void *k_heap_alloc(struct k_heap *heap, size_t bytes, k_timeout_t timeout) in k_heap_alloc() 119 void *k_heap_calloc(struct k_heap *heap, size_t num, size_t size, k_timeout_t timeout) in k_heap_calloc() 138 void *k_heap_realloc(struct k_heap *heap, void *ptr, size_t bytes, k_timeout_t timeout) in k_heap_realloc()
|
D | timeout.c | 100 k_timeout_t timeout) in z_add_timeout() 159 static k_ticks_t timeout_rem(const struct _timeout *timeout) in timeout_rem() 173 k_ticks_t z_timeout_remaining(const struct _timeout *timeout) in z_timeout_remaining() 186 k_ticks_t z_timeout_expires(const struct _timeout *timeout) in z_timeout_expires() 293 k_timepoint_t sys_timepoint_calc(k_timeout_t timeout) in sys_timepoint_calc()
|
D | futex.c | 66 k_timeout_t timeout) in z_impl_k_futex_wait() 93 k_timeout_t timeout) in z_vrfy_k_futex_wait()
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit_autohandler.c | 86 enum hawkbit_response hawkbit_autohandler_wait(uint32_t events, k_timeout_t timeout) in hawkbit_autohandler_wait() 103 int hawkbit_autohandler_set_delay(k_timeout_t timeout, bool if_bigger) in hawkbit_autohandler_set_delay()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_offload.h | 36 static inline int32_t timeout_to_int32(k_timeout_t timeout) in timeout_to_int32() 239 k_timeout_t timeout, in net_offload_connect() 282 k_timeout_t timeout, in net_offload_accept() 324 k_timeout_t timeout, in net_offload_send() 370 k_timeout_t timeout, in net_offload_sendto() 419 k_timeout_t timeout, in net_offload_recv()
|
/Zephyr-latest/include/zephyr/tracing/ |
D | tracing.h | 82 #define sys_port_trace_k_thread_join_enter(thread, timeout) argument 89 #define sys_port_trace_k_thread_join_blocking(thread, timeout) argument 97 #define sys_port_trace_k_thread_join_exit(thread, timeout, ret) argument 103 #define sys_port_trace_k_thread_sleep_enter(timeout) argument 110 #define sys_port_trace_k_thread_sleep_exit(timeout, ret) argument 360 #define sys_port_trace_k_work_flush_blocking(work, timeout) argument 435 #define sys_port_trace_k_work_queue_stop_enter(queue, timeout) argument 442 #define sys_port_trace_k_work_queue_stop_blocking(queue, timeout) argument 450 #define sys_port_trace_k_work_queue_stop_exit(queue, timeout, ret) argument 625 #define sys_port_trace_k_work_poll_submit_to_queue_enter(work_q, work, timeout) argument [all …]
|
/Zephyr-latest/subsys/tracing/ctf/ |
D | tracing_ctf.h | 31 #define sys_port_trace_k_thread_join_enter(thread, timeout) argument 32 #define sys_port_trace_k_thread_join_blocking(thread, timeout) argument 33 #define sys_port_trace_k_thread_join_exit(thread, timeout, ret) argument 34 #define sys_port_trace_k_thread_sleep_enter(timeout) argument 35 #define sys_port_trace_k_thread_sleep_exit(timeout, ret) argument 82 #define sys_port_trace_k_work_flush_blocking(work, timeout) argument 93 #define sys_port_trace_k_work_queue_stop_enter(queue, timeout) argument 94 #define sys_port_trace_k_work_queue_stop_blocking(queue, timeout) argument 95 #define sys_port_trace_k_work_queue_stop_exit(queue, timeout, ret) argument 122 timeout) argument [all …]
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | tracing_sysview.h | 41 #define sys_port_trace_k_thread_join_enter(thread, timeout) \ argument 44 #define sys_port_trace_k_thread_join_blocking(thread, timeout) argument 45 #define sys_port_trace_k_thread_join_exit(thread, timeout, ret) \ argument 48 #define sys_port_trace_k_thread_sleep_enter(timeout) \ argument 51 #define sys_port_trace_k_thread_sleep_exit(timeout, ret) \ argument 153 #define sys_port_trace_k_work_flush_blocking(work, timeout) argument 183 #define sys_port_trace_k_work_queue_stop_enter(queue, timeout) \ argument 187 #define sys_port_trace_k_work_queue_stop_blocking(queue, timeout) \ argument 191 #define sys_port_trace_k_work_queue_stop_exit(queue, timeout, ret) \ argument 262 #define sys_port_trace_k_work_poll_submit_to_queue_enter(work_q, work, timeout) \ argument [all …]
|
/Zephyr-latest/subsys/tracing/user/ |
D | tracing_user.h | 107 #define sys_port_trace_k_thread_join_enter(thread, timeout) argument 108 #define sys_port_trace_k_thread_join_blocking(thread, timeout) argument 109 #define sys_port_trace_k_thread_join_exit(thread, timeout, ret) argument 110 #define sys_port_trace_k_thread_sleep_enter(timeout) argument 111 #define sys_port_trace_k_thread_sleep_exit(timeout, ret) argument 147 #define sys_port_trace_k_work_flush_blocking(work, timeout) argument 158 #define sys_port_trace_k_work_queue_stop_enter(queue, timeout) argument 159 #define sys_port_trace_k_work_queue_stop_blocking(queue, timeout) argument 160 #define sys_port_trace_k_work_queue_stop_exit(queue, timeout, ret) argument 187 timeout) argument [all …]
|
/Zephyr-latest/subsys/zbus/ |
D | zbus.c | 30 k_timeout_t timeout) in _zbus_create_net_buf() 43 k_timeout_t timeout) in _zbus_create_net_buf() 323 static inline int chan_lock(const struct zbus_channel *chan, k_timeout_t timeout, int *prio) in chan_lock() 377 int zbus_chan_pub(const struct zbus_channel *chan, const void *msg, k_timeout_t timeout) in zbus_chan_pub() 415 int zbus_chan_read(const struct zbus_channel *chan, void *msg, k_timeout_t timeout) in zbus_chan_read() 436 int zbus_chan_notify(const struct zbus_channel *chan, k_timeout_t timeout) in zbus_chan_notify() 462 int zbus_chan_claim(const struct zbus_channel *chan, k_timeout_t timeout) in zbus_chan_claim() 489 k_timeout_t timeout) in zbus_sub_wait() 503 k_timeout_t timeout) in zbus_sub_wait_msg()
|
D | zbus_runtime_observers.c | 12 k_timeout_t timeout) in zbus_chan_add_obs() 69 k_timeout_t timeout) in zbus_chan_rm_obs()
|
/Zephyr-latest/lib/os/ |
D | mutex.c | 33 int z_impl_z_sys_mutex_kernel_lock(struct sys_mutex *mutex, k_timeout_t timeout) in z_impl_z_sys_mutex_kernel_lock() 45 k_timeout_t timeout) in z_vrfy_z_sys_mutex_kernel_lock()
|
/Zephyr-latest/drivers/serial/ |
D | uart_handlers.c | 91 size_t len, int32_t timeout) in z_vrfy_uart_tx() 102 size_t len, int32_t timeout) in z_vrfy_uart_tx_u16() 116 size_t len, int32_t timeout) in z_vrfy_uart_rx_enable() 127 size_t len, int32_t timeout) in z_vrfy_uart_rx_enable_u16()
|
/Zephyr-latest/lib/os/zvfs/ |
D | zvfs_poll.c | 20 int zvfs_poll_internal(struct zvfs_pollfd *fds, int nfds, k_timeout_t timeout) in zvfs_poll_internal() 174 k_timeout_t timeout; in z_impl_zvfs_poll() local 186 static inline int z_vrfy_zvfs_poll(struct zvfs_pollfd *fds, int nfds, int timeout) in z_vrfy_zvfs_poll()
|
/Zephyr-latest/drivers/video/ |
D | video_common.c | 16 #define VIDEO_COMMON_HEAP_ALLOC(align, size, timeout) \ argument 21 #define VIDEO_COMMON_HEAP_ALLOC(align, size, timeout) \ argument 34 struct video_buffer *video_buffer_aligned_alloc(size_t size, size_t align, k_timeout_t timeout) in video_buffer_aligned_alloc() 66 struct video_buffer *video_buffer_alloc(size_t size, k_timeout_t timeout) in video_buffer_alloc()
|
/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/ |
D | uart_mock.c | 32 int uart_mock_tx(const struct device *dev, const uint8_t *buf, size_t len, int32_t timeout) in uart_mock_tx() 46 static int uart_mock_rx_enable(const struct device *dev, uint8_t *buf, size_t len, int32_t timeout) in uart_mock_rx_enable()
|
/Zephyr-latest/tests/net/lib/wifi_credentials/src/ |
D | main.c | 95 uint32_t timeout = 0; in ZTEST() local 119 uint32_t timeout = 0; in ZTEST() local 151 uint32_t timeout = 0; in ZTEST() local 185 uint32_t timeout = 0; in ZTEST() local 215 uint32_t timeout = 0; in ZTEST() local 241 uint32_t timeout = 0; in ZTEST() local 288 uint32_t timeout = 0; in ZTEST() local
|
/Zephyr-latest/subsys/net/lib/websocket/ |
D | websocket.c | 230 int32_t timeout, void *user_data) in websocket_connect() 458 int timeout) in websocket_poll_offload() 511 int timeout; in websocket_ioctl_vmeth() local 607 int32_t timeout) in websocket_prepare_and_send() 654 int32_t timeout) in websocket_send_msg() 895 static int wait_rx(int sock, int timeout) in wait_rx() 924 static int timeout_to_ms(k_timeout_t *timeout) in timeout_to_ms() 938 uint32_t *message_type, uint64_t *remaining, int32_t timeout) in websocket_recv_msg() 1068 size_t buf_len, int32_t timeout) in websocket_send() 1089 size_t buf_len, int32_t timeout) in websocket_recv() [all …]
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | adv.c | 89 uint8_t xmit, k_timeout_t timeout) in adv_create_from_pool() 157 uint8_t xmit, k_timeout_t timeout) in bt_mesh_adv_create() 197 struct bt_mesh_adv *bt_mesh_adv_get(k_timeout_t timeout) in bt_mesh_adv_get() 224 struct bt_mesh_adv *bt_mesh_adv_get_by_tag(enum bt_mesh_adv_tag_bit tags, k_timeout_t timeout) in bt_mesh_adv_get_by_tag()
|