Searched refs:thrd_sleep (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/
H A Dthreads.h91 extern int thrd_sleep(const struct timespec *, struct timespec *);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dc11_thr.c246 * thrd_sleep has somewhat odd standardized return values. It doesn't use the
250 thrd_sleep(const struct timespec *rqtp, struct timespec *rmtp) function
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dc11_threads.c211 VERIFY3S(thrd_sleep(&ts, NULL), <, -1);
216 VERIFY3S(thrd_sleep(&ts, NULL), ==, 0);
/illumos-gate/usr/src/man/man3c/
H A DMakefile1260 thrd_sleep.3c \
1987 thrd_sleep.3c := LINKSRC = nanosleep.3c

Completed in 70 milliseconds