Home
last modified time | relevance | path

Searched refs:pthread_rwlock_tryrdlock (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/core/libutils/include/utils/
H A DRWLock.h108 return -pthread_rwlock_tryrdlock(&mRWLock); in tryReadLock()
/aosp12/bionic/tests/headers/posix/
H A Dpthread_h.c184 FUNCTION(pthread_rwlock_tryrdlock, int (*f)(pthread_rwlock_t*)); in pthread_h()
/aosp12/bionic/libc/include/
H A Dpthread.h252 int pthread_rwlock_tryrdlock(pthread_rwlock_t* __rwlock);
/aosp12/bionic/libc/bionic/
H A Dpthread_rwlock.cpp444 int pthread_rwlock_tryrdlock(pthread_rwlock_t* rwlock_interface) { in pthread_rwlock_tryrdlock() function
/aosp12/bionic/tests/
H A Dpthread_test.cpp887 ASSERT_EQ(EBUSY, pthread_rwlock_tryrdlock(&l)); in TEST()
891 ASSERT_EQ(0, pthread_rwlock_tryrdlock(&l)); in TEST()
892 ASSERT_EQ(0, pthread_rwlock_tryrdlock(&l)); in TEST()
1017 wakeup_arg.trylock_function = &pthread_rwlock_tryrdlock; in test_pthread_rwlock_writer_wakeup_reader()
1109 wakeup_arg.trylock_function = &pthread_rwlock_tryrdlock; in pthread_rwlock_timedrdlock_timeout_helper()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt799 pthread_rwlock_tryrdlock
/aosp12/art/runtime/base/
H A Dmutex.cc929 int result = pthread_rwlock_tryrdlock(&rwlock_); in SharedTryLock()
/aosp12/bionic/libc/
H A Dlibc.map.txt815 pthread_rwlock_tryrdlock;
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt815 pthread_rwlock_tryrdlock;