Searched refs:thrd_sleep (Results 1 – 3 of 3) sorted by relevance
26 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()
45 int thrd_sleep(const struct timespec *duration, struct timespec *remaining) in thrd_sleep() function
37 int thrd_sleep(const struct timespec *duration, struct timespec *remaining);