Home
last modified time | relevance | path

Searched refs:k_lifo_alloc_put (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/benchmarks/latency_measure/src/
Dlifo.c74 k_lifo_alloc_put(&lifo, lifo_data); in lifo_put_get_thread_entry()
258 k_lifo_alloc_put(&lifo, lifo_data); in start_thread_entry()
/Zephyr-latest/doc/kernel/services/data_passing/
Dlifos.rst32 :c:func:`k_lifo_alloc_put`, instead additional memory is temporarily
112 A data item can be added to a LIFO with :c:func:`k_lifo_alloc_put`.
/Zephyr-latest/doc/kernel/services/
Dindex.rst70 [2] Objects added with k_fifo_alloc_put() and k_lifo_alloc_put()
/Zephyr-latest/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt162 154 k_lifo_alloc_put lifo=%I, data=%I
/Zephyr-latest/include/zephyr/
Dkernel.h2813 #define k_lifo_alloc_put(lifo, data) \ macro