/aosp12/system/core/libcutils/ |
H A D | trace-container.cpp | 55 pthread_rwlock_unlock(&atrace_container_sock_rwlock); in atrace_init_container_sock() 64 pthread_rwlock_unlock(&atrace_container_sock_rwlock); in atrace_close_container_sock() 169 pthread_rwlock_unlock(&atrace_container_sock_rwlock); \
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | Maps.cpp | 151 pthread_rwlock_unlock(&maps_rwlock_); in Find() 160 pthread_rwlock_unlock(&maps_rwlock_); in Find() 169 pthread_rwlock_unlock(&maps_rwlock_); in Parse()
|
/aosp12/bionic/tests/ |
H A D | pthread_test.cpp | 872 ASSERT_EQ(0, pthread_rwlock_unlock(&l)); in TEST() 877 ASSERT_EQ(0, pthread_rwlock_unlock(&l)); in TEST() 878 ASSERT_EQ(0, pthread_rwlock_unlock(&l)); in TEST() 882 ASSERT_EQ(0, pthread_rwlock_unlock(&l)); in TEST() 888 ASSERT_EQ(0, pthread_rwlock_unlock(&l)); in TEST() 894 ASSERT_EQ(0, pthread_rwlock_unlock(&l)); in TEST() 895 ASSERT_EQ(0, pthread_rwlock_unlock(&l)); in TEST() 899 ASSERT_EQ(0, pthread_rwlock_unlock(&l)); in TEST() 904 ASSERT_EQ(0, pthread_rwlock_unlock(&l)); in TEST() 909 ASSERT_EQ(0, pthread_rwlock_unlock(&l)); in TEST() [all …]
|
/aosp12/bionic/benchmarks/ |
H A D | pthread_benchmark.cpp | 153 pthread_rwlock_unlock(&lock); in BM_pthread_rwlock_read() 166 pthread_rwlock_unlock(&lock); in BM_pthread_rwlock_write()
|
/aosp12/bionic/libc/private/ |
H A D | ScopedRWLock.h | 42 pthread_rwlock_unlock(rwlock_); in ~ScopedRWLock()
|
/aosp12/system/unwinding/libbacktrace/ |
H A D | UnwindMap.h | 61 void UnlockIterator() override { pthread_rwlock_unlock(&map_lock_); } in UnlockIterator()
|
H A D | UnwindMap.cpp | 125 pthread_rwlock_unlock(&map_lock_); in GenerateMap()
|
/aosp12/hardware/ril/libril/ |
H A D | ril.cpp | 301 rwlockRet = pthread_rwlock_unlock(radioServiceRwlockPtr); in resendLastNITZTimeData() 584 rwlockRet = pthread_rwlock_unlock(radioServiceRwlockPtr); in RIL_onRequestAck() 641 rwlockRet = pthread_rwlock_unlock(radioServiceRwlockPtr); in RIL_onRequestComplete() 799 rwlockRet = pthread_rwlock_unlock(radioServiceRwlockPtr); in RIL_onUnsolicitedResponse()
|
H A D | ril_service.cpp | 737 int ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in checkReturnStatus() 757 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in checkReturnStatus() 790 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in setResponseFunctions() 8450 ret = pthread_rwlock_unlock(radioServiceRwlockPtr); in registerService()
|
/aosp12/system/core/libutils/include/utils/ |
H A D | RWLock.h | 117 pthread_rwlock_unlock(&mRWLock); in unlock()
|
/aosp12/art/runtime/base/ |
H A D | mutex-inl.h | 222 CHECK_MUTEX_CALL(pthread_rwlock_unlock, (&rwlock_)); in SharedUnlock()
|
H A D | mutex.cc | 829 CHECK_MUTEX_CALL(pthread_rwlock_unlock, (&rwlock_)); in ExclusiveUnlock()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | pthread_h.c | 186 FUNCTION(pthread_rwlock_unlock, int (*f)(pthread_rwlock_t*)); in pthread_h()
|
/aosp12/bionic/libc/include/ |
H A D | pthread.h | 254 int pthread_rwlock_unlock(pthread_rwlock_t* __rwlock);
|
/aosp12/bionic/libc/bionic/ |
H A D | pthread_rwlock.cpp | 486 int pthread_rwlock_unlock(pthread_rwlock_t* rwlock_interface) { in pthread_rwlock_unlock() function
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_008.S | 322 CALL(pthread_rwlock_unlock)
|
H A D | liblinker_reloc_bench_164.S | 4027 CALL(pthread_rwlock_unlock)
|
H A D | liblinker_reloc_bench_007.S | 11969 CALL(pthread_rwlock_unlock)
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 801 pthread_rwlock_unlock
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | malloc_debug.cpp | 117 pthread_rwlock_unlock(&lock_); in ~ScopedConcurrentLock()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 817 pthread_rwlock_unlock;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 817 pthread_rwlock_unlock;
|