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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_rwlock.c36 pthread_rwlockattr_init(pthread_rwlockattr_t *attr)
53 pthread_rwlockattr_destroy(pthread_rwlockattr_t *attr)
67 pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared)
85 pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *attr, int *pshared)
104 const pthread_rwlockattr_t *_RESTRICT_KYWD attr)
/illumos-gate/usr/src/boot/sys/sys/
H A D_pthreadtypes.h76 typedef struct pthread_rwlockattr *pthread_rwlockattr_t; typedef in typeref:struct:pthread_rwlockattr
/illumos-gate/usr/src/head/
H A Dpthread.h295 const pthread_rwlockattr_t *_RESTRICT_KYWD);
310 extern int pthread_rwlockattr_init(pthread_rwlockattr_t *);
311 extern int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);
313 const pthread_rwlockattr_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
314 extern int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h496 } pthread_rwlockattr_t; typedef in typeref:struct:_pthread_rwlockattr

Completed in 80 milliseconds