Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dthrd.c26 zassert_not_equal(0, thrd_sleep(NULL, NULL)); in ZTEST()
27 zassert_ok(thrd_sleep(&duration, NULL)); in ZTEST()
28 zassert_ok(thrd_sleep(&duration, &duration)); in ZTEST()
36 zassert_ok(thrd_sleep(&duration, &remaining)); in ZTEST()
/Zephyr-latest/lib/libc/common/source/thrd/
Dthrd.c45 int thrd_sleep(const struct timespec *duration, struct timespec *remaining) in thrd_sleep() function
/Zephyr-latest/lib/libc/common/include/
Dthreads.h37 int thrd_sleep(const struct timespec *duration, struct timespec *remaining);