Searched refs:k_fifo_alloc_put (Results 1 – 7 of 7) sorted by relevance
74 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()
132 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()
32 :c:func:`k_fifo_alloc_put`, instead additional memory is temporarily124 Finally, a data item can be added to a FIFO with :c:func:`k_fifo_alloc_put`.
70 [2] Objects added with k_fifo_alloc_put() and k_lifo_alloc_put()
149 144 k_fifo_alloc_put fifo=%I, data=%I
2562 #define k_fifo_alloc_put(fifo, data) \ macro
1185 * :github:`15090` - FIFO: Clarify doc for k_fifo_alloc_put