Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/clocklock/
H A Dclock_lock_rwlock.c110 if ((p = pthread_rwlock_clockwrlock(rwl, c, &clock_to_100ms)) != in clock_test_rwlock_invalid_source()
169 if ((p = pthread_rwlock_clockwrlock(rwl, CLOCK_MONOTONIC, in clock_test_rwlock_inv_to_ign_abs()
212 if ((p = pthread_rwlock_clockwrlock(rwl, CLOCK_MONOTONIC, in clock_test_rwlock_inv_to_abs()
406 p = pthread_rwlock_clockwrlock(rwl, CLOCK_REALTIME, &to); in clock_test_rwlock_to_abs()
422 p = pthread_rwlock_clockwrlock(rwl, CLOCK_HIGHRES, &to); in clock_test_rwlock_to_abs()
/illumos-gate/usr/src/head/
H A Dpthread.h338 extern int pthread_rwlock_clockwrlock(pthread_rwlock_t *_RESTRICT_KYWD,
/illumos-gate/usr/src/lib/libc/port/threads/
H A Drwlock.c949 pthread_rwlock_clockwrlock(pthread_rwlock_t *rwlp, clockid_t clock, in pthread_rwlock_clockwrlock() function
975 return (pthread_rwlock_clockwrlock(rwlp, CLOCK_REALTIME, abstime)); in pthread_rwlock_timedwrlock()
/illumos-gate/usr/src/man/man3c/
H A DMakefile1147 pthread_rwlock_clockwrlock.3c \
2282 pthread_rwlock_clockwrlock.3c := LINKSRC = pthread_rwlock_timedwrlock.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers100 pthread_rwlock_clockwrlock;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc979 link path=usr/share/man/man3c/pthread_rwlock_clockwrlock.3c \