Home
last modified time | relevance | path

Searched refs:pthread_rwlock_init (Results 1 – 15 of 15) sorted by relevance

/bionic/benchmarks/
Dpthread_benchmark.cpp100 pthread_rwlock_init(&lock, NULL); in BM_pthread_rwlock_read()
113 pthread_rwlock_init(&lock, NULL); in BM_pthread_rwlock_write()
/bionic/libc/include/
Dpthread.h222 int pthread_rwlock_init(pthread_rwlock_t*, const pthread_rwlockattr_t*) __nonnull((1));
/bionic/tests/
Dpthread_test.cpp667 ASSERT_EQ(0, pthread_rwlock_init(&lock2, NULL)); in TEST()
673 ASSERT_EQ(0, pthread_rwlock_init(&l, NULL)); in TEST()
750 ASSERT_EQ(0, pthread_rwlock_init(&wakeup_arg.lock, NULL)); in test_pthread_rwlock_reader_wakeup_writer()
786 ASSERT_EQ(0, pthread_rwlock_init(&wakeup_arg.lock, NULL)); in test_pthread_rwlock_writer_wakeup_reader()
846 ASSERT_EQ(0, pthread_rwlock_init(&wakeup_arg.lock, nullptr)); in TEST()
867 ASSERT_EQ(0, pthread_rwlock_init(&wakeup_arg.lock, nullptr)); in TEST()
927 ASSERT_EQ(0, pthread_rwlock_init(&lock, &attr)); in InitRwlock()
1740 ASSERT_EQ(0, pthread_rwlock_init(rwlock, NULL)); in TEST()
/bionic/libc/bionic/
Dpthread_rwlock.cpp226 int pthread_rwlock_init(pthread_rwlock_t* rwlock_interface, const pthread_rwlockattr_t* attr) { in pthread_rwlock_init() function
/bionic/libc/
Dlibc.mips64.map735 pthread_rwlock_init;
Dlibc.x86_64.map735 pthread_rwlock_init;
Dlibc.arm64.map735 pthread_rwlock_init;
Dlibc.x86.brillo.map789 pthread_rwlock_init;
Dlibc.mips.brillo.map791 pthread_rwlock_init;
Dlibc.arm.brillo.map793 pthread_rwlock_init;
Dlibc.mips.map791 pthread_rwlock_init;
Dlibc.x86.map789 pthread_rwlock_init;
Dlibc.arm.map793 pthread_rwlock_init;
Dlibc.map.txt818 pthread_rwlock_init;
/bionic/libc/tools/
Dposix-2013.txt795 pthread_rwlock_init