thrd_sleep
extern int thrd_sleep(const struct timespec *, struct timespec *);
VERIFY3S(thrd_sleep(&ts, NULL), <, -1);
VERIFY3S(thrd_sleep(&ts, NULL), ==, 0);