Searched refs:writers (Results 1 – 6 of 6) sorted by relevance
47 z_waitq_init(&pipe->wait_q.writers); in z_impl_k_pipe_init()176 (z_waitq_head(&pipe->wait_q.writers) != NULL)) { in k_pipe_cleanup()503 z_sched_wait(&pipe->lock, key, &pipe->wait_q.writers, timeout, NULL); in z_impl_k_pipe_put()575 &pipe->wait_q.writers, in pipe_get_internal()650 &pipe->wait_q.writers, in pipe_get_internal()
58 useful if multiple writers are adding sets of related data items to the FIFO,
5019 _wait_q_t writers; /**< Writer wait queue */ member5048 .writers = Z_WAIT_Q_INIT(&obj.wait_q.writers) \
169 readers/writers) applications may need to protect the ring buffer with
77 - Close a pipe, waking up all pending readers and writers with an error code. No further
661 * Improved error handling in LwM2M content writers.662 * Added unit tests for LwM2M content writers.