Searched refs:pthread_rwlock_rdlock (Results 1 – 20 of 20) sorted by relevance
/aosp12/bionic/libc/private/ |
H A D | ScopedRWLock.h | 38 (write ? pthread_rwlock_wrlock : pthread_rwlock_rdlock)(rwlock_); in ScopedRWLock()
|
/aosp12/system/unwinding/libbacktrace/ |
H A D | UnwindMap.h | 60 void LockIterator() override { pthread_rwlock_rdlock(&map_lock_); } in LockIterator()
|
/aosp12/hardware/ril/libril/ |
H A D | ril.cpp | 290 int rwlockRet = pthread_rwlock_rdlock(radioServiceRwlockPtr); in resendLastNITZTimeData() 579 int rwlockRet = pthread_rwlock_rdlock(radioServiceRwlockPtr); in RIL_onRequestAck() 635 int rwlockRet = pthread_rwlock_rdlock(radioServiceRwlockPtr); in RIL_onRequestComplete() 789 rwlockRet = pthread_rwlock_rdlock(radioServiceRwlockPtr); in RIL_onUnsolicitedResponse()
|
H A D | ril_service.cpp | 761 ret = pthread_rwlock_rdlock(radioServiceRwlockPtr); in checkReturnStatus()
|
/aosp12/system/core/libutils/include/utils/ |
H A D | RWLock.h | 105 return -pthread_rwlock_rdlock(&mRWLock); in readLock()
|
/aosp12/system/core/libcutils/ |
H A D | trace-container.cpp | 165 pthread_rwlock_rdlock(&atrace_container_sock_rwlock); \
|
/aosp12/bionic/tests/ |
H A D | pthread_test.cpp | 871 ASSERT_EQ(0, pthread_rwlock_rdlock(&l)); in TEST() 875 ASSERT_EQ(0, pthread_rwlock_rdlock(&l)); in TEST() 876 ASSERT_EQ(0, pthread_rwlock_rdlock(&l)); in TEST() 903 ASSERT_EQ(EDEADLK, pthread_rwlock_rdlock(&l)); in TEST() 947 ASSERT_EQ(0, pthread_rwlock_rdlock(&wakeup_arg.lock)); in test_pthread_rwlock_reader_wakeup_writer() 1035 test_pthread_rwlock_writer_wakeup_reader(pthread_rwlock_rdlock); in TEST() 1174 ASSERT_EQ(0, pthread_rwlock_rdlock(&wakeup_arg.lock)); in pthread_rwlock_timedwrlock_timeout_helper() 1300 ASSERT_EQ(0, pthread_rwlock_rdlock(&helper->lock)); in ReaderThreadFn() 1308 ASSERT_EQ(0, pthread_rwlock_rdlock(&helper.lock)); in TEST() 1326 ASSERT_EQ(0, pthread_rwlock_rdlock(&helper.lock)); in TEST() [all …]
|
/aosp12/bionic/benchmarks/ |
H A D | pthread_benchmark.cpp | 152 pthread_rwlock_rdlock(&lock); in BM_pthread_rwlock_read()
|
/aosp12/art/runtime/base/ |
H A D | mutex-inl.h | 191 CHECK_MUTEX_CALL(pthread_rwlock_rdlock, (&rwlock_)); in SharedLock()
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | Maps.cpp | 149 pthread_rwlock_rdlock(&maps_rwlock_); in Find()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | pthread_h.c | 181 FUNCTION(pthread_rwlock_rdlock, int (*f)(pthread_rwlock_t*)); in pthread_h()
|
/aosp12/bionic/libc/include/ |
H A D | pthread.h | 243 int pthread_rwlock_rdlock(pthread_rwlock_t* __rwlock);
|
/aosp12/bionic/libc/bionic/ |
H A D | pthread_rwlock.cpp | 410 int pthread_rwlock_rdlock(pthread_rwlock_t* rwlock_interface) { in pthread_rwlock_rdlock() function
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_008.S | 330 CALL(pthread_rwlock_rdlock)
|
H A D | liblinker_reloc_bench_164.S | 4025 CALL(pthread_rwlock_rdlock)
|
H A D | liblinker_reloc_bench_007.S | 11967 CALL(pthread_rwlock_rdlock)
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 796 pthread_rwlock_rdlock
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | malloc_debug.cpp | 114 pthread_rwlock_rdlock(&lock_); in ScopedConcurrentLock()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 812 pthread_rwlock_rdlock;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 812 pthread_rwlock_rdlock;
|