Searched defs:pthread_rwlock_t (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/
H A Dpthread.h82 } pthread_rwlock_t; typedef in typeref:struct:__anon55
201 int pthread_rwlock_destroy(pthread_rwlock_t*) __nonnull((1));
202 int pthread_rwlock_init(pthread_rwlock_t*, const pthread_rwlockattr_t*) __nonnull((1));
203 int pthread_rwlock_rdlock(pthread_rwlock_t*) __nonnull((1));
204 int pthread_rwlock_timedrdlock(pthread_rwlock_t*, const struct timespec*) __nonnull((1, 2));
205 int pthread_rwlock_timedwrlock(pthread_rwlock_t*, const struct timespec*) __nonnull((1, 2));
206 int pthread_rwlock_tryrdlock(pthread_rwlock_t*) __nonnull((1));
207 int pthread_rwlock_trywrlock(pthread_rwlock_t*) __nonnull((1));
208 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) __nonnull((1));
209 int pthread_rwlock_wrlock(pthread_rwlock_t*) __nonnul
[all...]

Completed in 3 milliseconds