Searched refs:pthread_rwlockattr_t (Results 1 – 5 of 5) sorted by relevance
43 _pthread_rwlockattr_destroy(pthread_rwlockattr_t *rwlockattr) in _pthread_rwlockattr_destroy()45 pthread_rwlockattr_t prwlockattr; in _pthread_rwlockattr_destroy()58 const pthread_rwlockattr_t * __restrict rwlockattr, in _pthread_rwlockattr_getpshared()67 _pthread_rwlockattr_init(pthread_rwlockattr_t *rwlockattr) in _pthread_rwlockattr_init()69 pthread_rwlockattr_t prwlockattr; in _pthread_rwlockattr_init()84 _pthread_rwlockattr_setpshared(pthread_rwlockattr_t *rwlockattr, int pshared) in _pthread_rwlockattr_setpshared()
97 rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr) in rwlock_init()160 _thr_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr) in _thr_rwlock_init()
1087 int _thr_rwlock_init(pthread_rwlock_t *, const pthread_rwlockattr_t *);
253 const pthread_rwlockattr_t * __restrict)273 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);274 int pthread_rwlockattr_getkind_np(const pthread_rwlockattr_t *,277 const pthread_rwlockattr_t * __restrict,279 int pthread_rwlockattr_init(pthread_rwlockattr_t *);280 int pthread_rwlockattr_setkind_np(pthread_rwlockattr_t *,282 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
76 typedef struct pthread_rwlockattr *pthread_rwlockattr_t; typedef