Searched refs:wait_for (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/kernel/ |
| D | pipe.c | 37 static int wait_for(_wait_q_t *waitq, struct k_pipe *pipe, k_spinlock_key_t *key, in wait_for() function 201 rc = wait_for(&pipe->space, pipe, &key, end, &need_resched); in z_impl_k_pipe_write() 254 rc = wait_for(&pipe->data, pipe, &key, end, &need_resched); in z_impl_k_pipe_read()
|
| /Zephyr-latest/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/ |
| D | cyabs_rtos_zephyr.c | 575 uint32_t wait_for = *bits; in cy_rtos_waitbits_event() local 581 *bits = k_event_wait_all(event, wait_for, false, k_timeout); in cy_rtos_waitbits_event() 584 *bits = k_event_wait(event, wait_for, false, k_timeout); in cy_rtos_waitbits_event() 595 cy_rtos_clearbits_event(event, wait_for, false); in cy_rtos_waitbits_event()
|
| /Zephyr-latest/subsys/rtio/ |
| D | Kconfig | 16 adds a small RAM overhead for a single semaphore. By default wait_for will
|