Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dpthread_benchmark.cpp149 pthread_rwlock_init(&lock, nullptr); in BM_pthread_rwlock_read()
162 pthread_rwlock_init(&lock, nullptr); in BM_pthread_rwlock_write()
/bionic/tests/headers/posix/
Dpthread_h.c180 FUNCTION(pthread_rwlock_init, int (*f)(pthread_rwlock_t*, const pthread_rwlockattr_t*)); in pthread_h()
/bionic/libc/include/
Dpthread.h242 int pthread_rwlock_init(pthread_rwlock_t* __rwlock, const pthread_rwlockattr_t* __attr);
/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/tests/
Dpthread_test.cpp862 ASSERT_EQ(0, pthread_rwlock_init(&lock2, nullptr)); in TEST()
868 ASSERT_EQ(0, pthread_rwlock_init(&l, nullptr)); in TEST()
946 ASSERT_EQ(0, pthread_rwlock_init(&wakeup_arg.lock, nullptr)); in test_pthread_rwlock_reader_wakeup_writer()
1013 ASSERT_EQ(0, pthread_rwlock_init(&wakeup_arg.lock, nullptr)); in test_pthread_rwlock_writer_wakeup_reader()
1105 ASSERT_EQ(0, pthread_rwlock_init(&wakeup_arg.lock, nullptr)); in pthread_rwlock_timedrdlock_timeout_helper()
1173 ASSERT_EQ(0, pthread_rwlock_init(&wakeup_arg.lock, nullptr)); in pthread_rwlock_timedwrlock_timeout_helper()
1279 ASSERT_EQ(0, pthread_rwlock_init(&lock, &attr)); in InitRwlock()
2545 ASSERT_EQ(0, pthread_rwlock_init(rwlock, nullptr)); in TEST()
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_008.S324 CALL(pthread_rwlock_init)
/bionic/libc/tools/
Dposix-2013.txt795 pthread_rwlock_init
/bionic/tools/versioner/platforms/
Dlibc.map.txt811 pthread_rwlock_init;
/bionic/libc/
Dlibc.map.txt811 pthread_rwlock_init;