Home
last modified time | relevance | path

Searched refs:pthread_rwlock_wrlock (Results 1 – 13 of 13) sorted by relevance

/bionic/libc/private/
DScopedRWLock.h38 (write ? pthread_rwlock_wrlock : pthread_rwlock_rdlock)(rwlock_); in ScopedRWLock()
/bionic/benchmarks/
Dpthread_benchmark.cpp169 pthread_rwlock_wrlock(&lock); in BM_pthread_rwlock_write()
/bionic/tests/
Dpthread_test.cpp911 ASSERT_EQ(0, pthread_rwlock_wrlock(&l)); in TEST()
928 ASSERT_EQ(0, pthread_rwlock_wrlock(&l)); in TEST()
932 ASSERT_EQ(0, pthread_rwlock_wrlock(&l)); in TEST()
937 ASSERT_EQ(0, pthread_rwlock_wrlock(&l)); in TEST()
938 ASSERT_EQ(EDEADLK, pthread_rwlock_wrlock(&l)); in TEST()
998 test_pthread_rwlock_reader_wakeup_writer(pthread_rwlock_wrlock); in TEST()
1044 ASSERT_EQ(0, pthread_rwlock_wrlock(&wakeup_arg.lock)); in test_pthread_rwlock_writer_wakeup_reader()
1136 ASSERT_EQ(0, pthread_rwlock_wrlock(&wakeup_arg.lock)); in pthread_rwlock_timedrdlock_timeout_helper()
1323 ASSERT_EQ(0, pthread_rwlock_wrlock(&helper->lock)); in WriterThreadFn()
2656 ASSERT_EQ(0, pthread_rwlock_wrlock(rwlock)); in TEST()
/bionic/tests/headers/posix/
Dpthread_h.c187 FUNCTION(pthread_rwlock_wrlock, int (*f)(pthread_rwlock_t*)); in pthread_h()
/bionic/libc/bionic/
Dpthread_rwlock.cpp449 int pthread_rwlock_wrlock(pthread_rwlock_t* rwlock_interface) { in pthread_rwlock_wrlock() function
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_008.S318 CALL(pthread_rwlock_wrlock)
Dliblinker_reloc_bench_164.S4028 CALL(pthread_rwlock_wrlock)
Dliblinker_reloc_bench_007.S11968 CALL(pthread_rwlock_wrlock)
/bionic/libc/include/
Dpthread.h260 int pthread_rwlock_wrlock(pthread_rwlock_t* _Nonnull __rwlock);
/bionic/libc/tools/
Dposix-2013.txt802 pthread_rwlock_wrlock
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp226 pthread_rwlock_wrlock(&lock_); in BlockAllOperations()
/bionic/libc/
Dlibc.map.txt818 pthread_rwlock_wrlock;
/bionic/tools/versioner/platforms/
Dlibc.map.txt818 pthread_rwlock_wrlock;