zephyr/tests/lib/c_lib/thrd/src
Chris Friedt 9ecb7965b6 tests: libc: thrd: use sys_clock_gettime() and timespec_add()
Use sys_clock_gettime() instead of clock_gettime() and use
timespec_add() instead of manually adding timespec structures.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2025-06-24 14:18:52 +02:00
..
cnd.c tests: libc: thrd: use sys_clock_gettime() and timespec_add() 2025-06-24 14:18:52 +02:00
mtx.c tests: libc: thrd: use sys_clock_gettime() and timespec_add() 2025-06-24 14:18:52 +02:00
once.c
thrd.c tests: libc: thrd: use timespec_from_timeout() 2025-06-24 14:18:52 +02:00
thrd.h tests: libc: thrd: use sys_clock_gettime() and timespec_add() 2025-06-24 14:18:52 +02:00
tss.c