Home
last modified time | relevance | path

Searched refs:thrd_exit (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/lib/libc/common/source/thrd/
Dthrd.c55 FUNC_NORETURN void thrd_exit(int res) in thrd_exit() function
/Zephyr-latest/lib/libc/common/include/
Dthreads.h39 _Noreturn void thrd_exit(int res);
/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dthrd.c87 thrd_exit(SEVENTY_THREE); in thrd_exit_fn()