Home
last modified time | relevance | path

Searched refs:pthread_rwlock_init (Results 1 – 12 of 12) 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/
Dpthread_test.cpp863 ASSERT_EQ(0, pthread_rwlock_init(&lock2, nullptr)); in TEST()
869 ASSERT_EQ(0, pthread_rwlock_init(&l, nullptr)); in TEST()
947 ASSERT_EQ(0, pthread_rwlock_init(&wakeup_arg.lock, nullptr)); in test_pthread_rwlock_reader_wakeup_writer()
1014 ASSERT_EQ(0, pthread_rwlock_init(&wakeup_arg.lock, nullptr)); in test_pthread_rwlock_writer_wakeup_reader()
1106 ASSERT_EQ(0, pthread_rwlock_init(&wakeup_arg.lock, nullptr)); in pthread_rwlock_timedrdlock_timeout_helper()
1174 ASSERT_EQ(0, pthread_rwlock_init(&wakeup_arg.lock, nullptr)); in pthread_rwlock_timedwrlock_timeout_helper()
1280 ASSERT_EQ(0, pthread_rwlock_init(&lock, &attr)); in InitRwlock()
2546 ASSERT_EQ(0, pthread_rwlock_init(rwlock, nullptr)); in TEST()
/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/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_008.S324 CALL(pthread_rwlock_init)
Dliblinker_reloc_bench_164.S4023 CALL(pthread_rwlock_init)
Dliblinker_reloc_bench_007.S11966 CALL(pthread_rwlock_init)
/bionic/libc/tools/
Dposix-2013.txt795 pthread_rwlock_init
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp125 pthread_rwlock_init(&lock_, &attr); in Init()
/bionic/tools/versioner/platforms/
Dlibc.map.txt811 pthread_rwlock_init;
/bionic/libc/
Dlibc.map.txt811 pthread_rwlock_init;