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.cpp165 pthread_rwlock_wrlock(&lock); in BM_pthread_rwlock_write()
/bionic/tests/
Dpthread_test.cpp882 ASSERT_EQ(0, pthread_rwlock_wrlock(&l)); in TEST()
899 ASSERT_EQ(0, pthread_rwlock_wrlock(&l)); in TEST()
903 ASSERT_EQ(0, pthread_rwlock_wrlock(&l)); in TEST()
908 ASSERT_EQ(0, pthread_rwlock_wrlock(&l)); in TEST()
909 ASSERT_EQ(EDEADLK, pthread_rwlock_wrlock(&l)); in TEST()
969 test_pthread_rwlock_reader_wakeup_writer(pthread_rwlock_wrlock); in TEST()
1015 ASSERT_EQ(0, pthread_rwlock_wrlock(&wakeup_arg.lock)); in test_pthread_rwlock_writer_wakeup_reader()
1107 ASSERT_EQ(0, pthread_rwlock_wrlock(&wakeup_arg.lock)); in pthread_rwlock_timedrdlock_timeout_helper()
1292 ASSERT_EQ(0, pthread_rwlock_wrlock(&helper->lock)); in WriterThreadFn()
2549 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/include/
Dpthread.h255 int pthread_rwlock_wrlock(pthread_rwlock_t* __rwlock);
/bionic/libc/bionic/
Dpthread_rwlock.cpp448 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/tools/
Dposix-2013.txt802 pthread_rwlock_wrlock
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp129 pthread_rwlock_wrlock(&lock_); in BlockAllOperations()
/bionic/tools/versioner/platforms/
Dlibc.map.txt818 pthread_rwlock_wrlock;
/bionic/libc/
Dlibc.map.txt818 pthread_rwlock_wrlock;