Searched refs:pthread_rwlock_t (Results 1 – 4 of 4) sorted by relevance
112 } pthread_rwlock_t; typedef221 int pthread_rwlock_destroy(pthread_rwlock_t*) __nonnull((1));222 int pthread_rwlock_init(pthread_rwlock_t*, const pthread_rwlockattr_t*) __nonnull((1));223 int pthread_rwlock_rdlock(pthread_rwlock_t*) __nonnull((1));224 int pthread_rwlock_timedrdlock(pthread_rwlock_t*, const struct timespec*) __nonnull((1, 2));225 int pthread_rwlock_timedwrlock(pthread_rwlock_t*, const struct timespec*) __nonnull((1, 2));226 int pthread_rwlock_tryrdlock(pthread_rwlock_t*) __nonnull((1));227 int pthread_rwlock_trywrlock(pthread_rwlock_t*) __nonnull((1));228 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) __nonnull((1));229 int pthread_rwlock_wrlock(pthread_rwlock_t*) __nonnull((1));
242 } pthread_rwlock_t; typedef251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock);
83 typedef .... pthread_rwlock_t;
115 typedef .... pthread_rwlock_t;