Home
last modified time | relevance | path

Searched refs:pthread_rwlock_rdlock (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/musl/pthread/
A Dpthread_rwlock_rdlock.c3 int pthread_rwlock_rdlock(pthread_rwlock_t* rw) { in pthread_rwlock_rdlock() function
/third_party/ulib/uboringssl/crypto/
A Dthread_pthread.c37 if (pthread_rwlock_rdlock((pthread_rwlock_t *) lock) != 0) { in CRYPTO_MUTEX_lock_read()
65 if (pthread_rwlock_rdlock(&lock->lock) != 0) { in CRYPTO_STATIC_MUTEX_lock_read()
/third_party/ulib/musl/include/
A Dpthread.h116 int pthread_rwlock_rdlock(pthread_rwlock_t*);
/third_party/ulib/musl/src/thread/
A Dallocate.c14 pthread_rwlock_rdlock(&allocation_lock); in thread_allocation_acquire()
/third_party/ulib/musl/ldso/
A Ddynlink.c2322 pthread_rwlock_rdlock(&lock); in dladdr()
2357 pthread_rwlock_rdlock(&lock); in dlsym()
2383 pthread_rwlock_rdlock(&lock); in dl_iterate_phdr()
2631 pthread_rwlock_rdlock(&lock); in __sanitizer_publish_data()
2646 pthread_rwlock_rdlock(&lock); in __sanitizer_get_configuration()
2670 pthread_rwlock_rdlock(&lock); in __sanitizer_change_code_protection()
/third_party/lib/acpica/source/os_specific/service_layers/
A Dosfuchsia.cpp769 int ret = pthread_rwlock_rdlock(&acpi_spinlock_lock); in AcpiOsAcquireMutex()
/third_party/ulib/musl/
A Dmusl-rules.mk98 $(LOCAL_DIR)/pthread/pthread_rwlock_rdlock.c \

Completed in 21 milliseconds