LIFOs

test thread to thread data passing via lifo

test_lifo_thread2thread()

test isr to thread data passing via lifo

test_lifo_thread2isr()

test thread to isr data passing via lifo

test_lifo_isr2thread()

Test LIFO get fail.

test_lifo_get_fail()

Verify zephyr lifo continuous read write in loop.

test_lifo_loop()

try getting data on lifo with special timeout value, return result in lifo

test_thread_timeout_reply_values()

A thread sleeps then puts data on the lifo.

test_thread_put_timeout()

Test last in, first out queue using LIFO.

test_lifo_nowait()

Test pending reader in LIFO.

test_lifo_wait()

Test reading empty LIFO.

test_timeout_empty_lifo()

Test read and write operation in LIFO with timeout.

test_timeout_non_empty_lifo()

Test LIFO with timeout.

test_timeout_lifo_thread()

a thread pends on a lifo then times out

test_thread_pend_and_timeout()

Test multiple pending readers in LIFO.

test_timeout_threads_pend_on_lifo()

Test LIFO initialization with various parameters.

test_para_init()