Home
last modified time | relevance | path

Searched defs:plifo (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/tests/kernel/lifo/lifo_api/src/
Dtest_lifo_contexts.c21 static void tlifo_put(struct k_lifo *plifo) in tlifo_put()
29 static void tlifo_get(struct k_lifo *plifo) in tlifo_get()
58 static void tlifo_thread_thread(struct k_lifo *plifo) in tlifo_thread_thread()
70 static void tlifo_thread_isr(struct k_lifo *plifo) in tlifo_thread_isr()
78 static void tlifo_isr_thread(struct k_lifo *plifo) in tlifo_isr_thread()
Dtest_lifo_loop.c19 static void tlifo_put(struct k_lifo *plifo) in tlifo_put()
27 static void tlifo_get(struct k_lifo *plifo) in tlifo_get()
59 static void tlifo_read_write(struct k_lifo *plifo) in tlifo_read_write()
/Zephyr-Core-3.7.0/tests/kernel/lifo/lifo_usage/src/
Dmain.c14 struct k_lifo lifo, plifo; variable