Searched refs:not_done (Results 1 – 1 of 1) sorted by relevance
407 struct timespec not_done; in ZTEST() local416 clock_gettime(CLOCK_MONOTONIC, ¬_done); in ZTEST()418 not_done.tv_nsec += sleep_duration_ms / 2 * NSEC_PER_MSEC; in ZTEST()420 while (not_done.tv_nsec >= NSEC_PER_SEC) { in ZTEST()421 not_done.tv_sec++; in ZTEST()422 not_done.tv_nsec -= NSEC_PER_SEC; in ZTEST()439 zassert_equal(pthread_timedjoin_np(th, &ret, ¬_done), ETIMEDOUT); in ZTEST()