Home
last modified time | relevance | path

Searched refs:pthread_cond_clockwait (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/clocklock/
H A Dclock_lock_cond.c138 if ((p = pthread_cond_clockwait(cond, mutex, c, in clock_test_cond_invalid_source()
175 if ((p = pthread_cond_clockwait(&cc->cc_cond, &cc->cc_mutex, in clock_test_cond_inv_to_abs()
245 p = pthread_cond_clockwait(&cc->cc_cond, &cc->cc_mutex, CLOCK_REALTIME, in clock_test_cond_to_abs()
261 p = pthread_cond_clockwait(&cc->cc_cond, &cc->cc_mutex, CLOCK_HIGHRES, in clock_test_cond_to_abs()
362 if ((p = pthread_cond_clockwait(&cc->cc_cond, &cc->cc_mutex, in clock_test_cond_eperm()
/illumos-gate/usr/src/head/
H A Dpthread.h306 extern int pthread_cond_clockwait(pthread_cond_t *_RESTRICT_KYWD,
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c3709 pthread_cond_clockwait(pthread_cond_t *restrict cvp, in pthread_cond_clockwait() function
3737 return (pthread_cond_clockwait(cvp, mp, cond_clock(cond), abstime)); in pthread_cond_timedwait()
/illumos-gate/usr/src/man/man3c/
H A DMakefile1124 pthread_cond_clockwait.3c \
2230 pthread_cond_clockwait.3c := LINKSRC = pthread_cond_wait.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers94 pthread_cond_clockwait;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc903 link path=usr/share/man/man3c/pthread_cond_clockwait.3c \