Searched refs:pthread_rwlock_timedwrlock (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/include/
H A Dpthread.h225 int pthread_rwlock_timedwrlock(pthread_rwlock_t*, const struct timespec*) __nonnull((1, 2));
/bionic/libc/bionic/
H A Dpthread_rwlock.cpp440 int pthread_rwlock_timedwrlock(pthread_rwlock_t* rwlock_interface, const timespec* abs_timeout) { function
/bionic/tests/
H A Dpthread_test.cpp780 return pthread_rwlock_timedwrlock(lock, &ts);
872 wakeup_arg.timed_lock_function = pthread_rwlock_timedwrlock;

Completed in 3351 milliseconds