test: lib: add uthread test
authorJerome Forissier <jerome.forissier@linaro.org>
Fri, 18 Apr 2025 14:09:38 +0000 (16:09 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 23 Apr 2025 19:19:44 +0000 (13:19 -0600)
commit67b1b1ae197f6ab12e2bcf7ab0b995f671779745
tree5fbe15bb1223f14e27854945bd44effb4e80db67
parent2325621fff219ee3b80641f714545f8b33013c0c
test: lib: add uthread test

Add a thread framework test to the lib tests. Update the API
documentation to use the test as an example.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
doc/api/uthread.rst
test/lib/Makefile
test/lib/uthread.c [new file with mode: 0644]