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:__anon58
221 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 *) __nonnull((1));
229 int pthread_rwlock_wrlock(pthread_rwlock_t*) __nonnul
[all...]

Completed in 954 milliseconds