Home
last modified time | relevance | path

Searched refs:k_fifo_alloc_put (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.7.0/tests/benchmarks/latency_measure/src/
Dfifo.c74 k_fifo_alloc_put(&fifo, fifo_data); in fifo_put_get_thread_entry()
258 k_fifo_alloc_put(&fifo, fifo_data); in start_thread_entry()
/Zephyr-Core-3.7.0/tests/kernel/poll/src/
Dtest_poll.c132 zassert_false(k_fifo_alloc_put(&no_wait_fifo, &msg)); in ZTEST_USER()
228 k_fifo_alloc_put(&wait_fifo, &wait_msg); in poll_wait_helper()
523 k_fifo_alloc_put(&non_cancel_fifo, &msg); in poll_cancel_helper()
/Zephyr-Core-3.7.0/doc/kernel/services/data_passing/
Dfifos.rst32 :c:func:`k_fifo_alloc_put`, instead additional memory is temporarily
124 Finally, a data item can be added to a FIFO with :c:func:`k_fifo_alloc_put`.
/Zephyr-Core-3.7.0/doc/kernel/services/
Dindex.rst70 [2] Objects added with k_fifo_alloc_put() and k_lifo_alloc_put()
/Zephyr-Core-3.7.0/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt149 144 k_fifo_alloc_put fifo=%I, data=%I
/Zephyr-Core-3.7.0/include/zephyr/
Dkernel.h2562 #define k_fifo_alloc_put(fifo, data) \ macro
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-1.14.rst1185 * :github:`15090` - FIFO: Clarify doc for k_fifo_alloc_put