Searched refs:pthread_rwlockattr_t (Results 1 – 3 of 3) sorted by relevance
38 pthread_rwlockattr_init(pthread_rwlockattr_t *attr) in pthread_rwlockattr_init()55 pthread_rwlockattr_destroy(pthread_rwlockattr_t *attr) in pthread_rwlockattr_destroy()69 pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared) in pthread_rwlockattr_setpshared()87 pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *attr, int *pshared) in pthread_rwlockattr_getpshared()106 const pthread_rwlockattr_t *_RESTRICT_KYWD attr) in pthread_rwlock_init()
299 const pthread_rwlockattr_t *_RESTRICT_KYWD);314 extern int pthread_rwlockattr_init(pthread_rwlockattr_t *);315 extern int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);317 const pthread_rwlockattr_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);318 extern int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
497 } pthread_rwlockattr_t; typedef