Searched refs:readers (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/kernel/ |
D | pipes.c | 48 z_waitq_init(&pipe->wait_q.readers); in z_impl_k_pipe_init() 175 CHECKIF((z_waitq_head(&pipe->wait_q.readers) != NULL) || in k_pipe_cleanup() 425 &pipe->wait_q.readers, in z_impl_k_pipe_put() 689 z_sched_wait(&pipe->lock, key, &pipe->wait_q.readers, timeout, NULL); in pipe_get_internal()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
D | CMakeLists.txt | 37 # clutter and cognitive overhead for future readers.
|
/Zephyr-latest/include/zephyr/ |
D | kernel.h | 5018 _wait_q_t readers; /**< Reader wait queue */ member 5047 .readers = Z_WAIT_Q_INIT(&obj.wait_q.readers), \
|
/Zephyr-latest/doc/services/crypto/ |
D | psa_crypto.rst | 143 simultaneous readers, on any given object. In other words, if two or
|
/Zephyr-latest/doc/hardware/arch/ |
D | arm-scmi.rst | 102 on the specification, the readers are encouraged to have a look at it.
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-4.1.rst | 77 - Close a pipe, waking up all pending readers and writers with an error code. No further 79 ``k_pipe_init(..)`` again. **Note**, all data in the pipe is available to readers until the
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | ring_buffers.rst | 169 readers/writers) applications may need to protect the ring buffer with
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 2179 # readers/editors. 2203 # browsing using Word or some other Word compatible readers that support those
|