Home
last modified time | relevance | path

Searched refs:K_LIFO_DEFINE (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.7.0/tests/kernel/lifo/lifo_api/src/
Dtest_lifo_contexts.c12 K_LIFO_DEFINE(klifo);
/Zephyr-Core-3.7.0/doc/kernel/services/data_passing/
Dlifos.rst74 by calling :c:macro:`K_LIFO_DEFINE`.
80 K_LIFO_DEFINE(my_lifo);
/Zephyr-Core-3.7.0/tests/kernel/obj_core/obj_core/src/
Dmain.c26 static K_LIFO_DEFINE(lifo1);
/Zephyr-Core-3.7.0/tests/integration/kernel/src/
Dmain.c102 K_LIFO_DEFINE(lifo);
/Zephyr-Core-3.7.0/tests/benchmarks/latency_measure/src/
Dlifo.c30 static K_LIFO_DEFINE(lifo);
/Zephyr-Core-3.7.0/include/zephyr/
Dkernel.h2826 #define K_LIFO_DEFINE(name) \ macro