Searched refs:pthread_rwlockattr_t (Results 1 – 4 of 4) sorted by relevance
36 pthread_rwlockattr_init(pthread_rwlockattr_t *attr) in pthread_rwlockattr_init()53 pthread_rwlockattr_destroy(pthread_rwlockattr_t *attr) in pthread_rwlockattr_destroy()67 pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared) in pthread_rwlockattr_setpshared()85 pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *attr, int *pshared) in pthread_rwlockattr_getpshared()104 const pthread_rwlockattr_t *_RESTRICT_KYWD attr) in pthread_rwlock_init()
325 const pthread_rwlockattr_t *_RESTRICT_KYWD);348 extern int pthread_rwlockattr_init(pthread_rwlockattr_t *);349 extern int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);351 const pthread_rwlockattr_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);352 extern int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
76 typedef struct pthread_rwlockattr *pthread_rwlockattr_t; typedef
529 } pthread_rwlockattr_t; typedef