Searched refs:pthread_rwlockattr_t (Results 1 – 4 of 4) sorted by relevance
393 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *attr);400 int pthread_rwlockattr_init(pthread_rwlockattr_t *attr);402 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *ZRESTRICT attr,404 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared);449 const pthread_rwlockattr_t *attr);
139 typedef uint32_t pthread_rwlockattr_t; typedef
115 const pthread_rwlockattr_t *attr) in pthread_rwlock_init()396 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *ZRESTRICT attr, in pthread_rwlockattr_getpshared()410 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared) in pthread_rwlockattr_setpshared()427 int pthread_rwlockattr_init(pthread_rwlockattr_t *attr) in pthread_rwlockattr_init()443 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *attr) in pthread_rwlockattr_destroy()
123 pthread_rwlockattr_t attr; in test_pthread_rwlockattr_pshared_common()