Searched refs:pthread_rwlockattr_t (Results 1 – 2 of 2) sorted by relevance
94 typedef long pthread_rwlockattr_t; typedef216 int pthread_rwlockattr_destroy(pthread_rwlockattr_t*) __nonnull((1));217 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t*, int*) __nonnull((1, 2));218 int pthread_rwlockattr_init(pthread_rwlockattr_t*) __nonnull((1));219 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t*, int) __nonnull((1));222 int pthread_rwlock_init(pthread_rwlock_t*, const pthread_rwlockattr_t*) __nonnull((1));
232 typedef int pthread_rwlockattr_t; typedef246 int pthread_rwlockattr_init(pthread_rwlockattr_t *attr);247 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *attr);248 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared);249 int pthread_rwlockattr_getpshared(pthread_rwlockattr_t *attr, int *pshared);251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);