Searched refs:pthread_rwlockattr_t (Results 1 – 3 of 3) sorted by relevance
228 typedef int pthread_rwlockattr_t; typedef242 int pthread_rwlockattr_init(pthread_rwlockattr_t *attr);243 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *attr);244 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared);245 int pthread_rwlockattr_getpshared(pthread_rwlockattr_t *attr, int *pshared);247 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
70 int pthread_rwlockattr_init(pthread_rwlockattr_t *attr) in pthread_rwlockattr_init()79 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *attr) in pthread_rwlockattr_destroy()88 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared) in pthread_rwlockattr_setpshared()103 int pthread_rwlockattr_getpshared(pthread_rwlockattr_t *attr, int *pshared) in pthread_rwlockattr_getpshared()112 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr) in pthread_rwlock_init()
123 #define rwlockattr_t pthread_rwlockattr_t