Home
last modified time | relevance | path

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

123

/external/valgrind/drd/tests/
Drwlock_type_checking.c25 pthread_rwlock_init(&posix_rwlock, 0); in main()
27 pthread_rwlock_init((pthread_rwlock_t*)&user_defined_rwlock, 0); in main()
Drwlock_type_checking.stderr.exp3 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
11 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
Dhold_lock.c60 pthread_rwlock_init(&rwlock, 0); in main()
68 pthread_rwlock_init(&rwlock, 0); in main()
Dtc12_rwl_trivial.stderr.exp6 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
Drwlock_race.c46 pthread_rwlock_init(&s_rwlock, 0); in main()
Dhold_lock_2.stderr.exp12 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
Dtc23_bogus_condwait.stderr.exp-linux-ppc27 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
39 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
Dtrylock.stderr.exp13 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
Dhold_lock_1.stderr.exp21 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
/external/valgrind/helgrind/tests/
Dtc20_verifywrap.c178 r= pthread_rwlock_init( &rwl, NULL ); assert(!r); in main()
186 r= pthread_rwlock_init( &rwl2, NULL ); assert(!r); in main()
199 r= pthread_rwlock_init( &rwl2, NULL ); assert(!r); in main()
216 r= pthread_rwlock_init( &rwl3, NULL ); assert(!r); in main()
Dtc20_verifywrap.stderr.exp162 by 0x........: pthread_rwlock_init (hg_intercepts.c:...)
179 by 0x........: pthread_rwlock_init (hg_intercepts.c:...)
198 by 0x........: pthread_rwlock_init (hg_intercepts.c:...)
Dtc12_rwl_trivial.stderr.exp14 by 0x........: pthread_rwlock_init (hg_intercepts.c:...)
Dtc12_rwl_trivial.c24 r = pthread_rwlock_init( &rwl, NULL ); assert(r == 0); in main()
Dtc12_rwl_trivial.stderr.exp-darwin9708 at 0x........: pthread_rwlock_init* (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-s390x164 by 0x........: pthread_rwlock_init (hg_intercepts.c:...)
178 by 0x........: pthread_rwlock_init (hg_intercepts.c:...)
194 by 0x........: pthread_rwlock_init (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-glibc-2.18155 by 0x........: pthread_rwlock_init (hg_intercepts.c:...)
169 by 0x........: pthread_rwlock_init (hg_intercepts.c:...)
185 by 0x........: pthread_rwlock_init (hg_intercepts.c:...)
Dtc20_verifywrap.stderr.exp-mips32164 by 0x........: pthread_rwlock_init (hg_intercepts.c:...)
178 by 0x........: pthread_rwlock_init (hg_intercepts.c:...)
194 by 0x........: pthread_rwlock_init (hg_intercepts.c:...)
/external/valgrind/memcheck/tests/darwin/
Dpth-supp.c7 pthread_rwlock_init(&mutex, NULL); in main()
/external/compiler-rt/test/tsan/
Dbench_rwmutex.cc16 pthread_rwlock_init(&mtx, 0); in bench()
Dwrite_in_reader_lock.cc19 pthread_rwlock_init(&rwlock, NULL); in main()
Dmutexset6.cc44 pthread_rwlock_init(&mtx3, 0); in main()
/external/webrtc/src/system_wrappers/source/
Drw_lock_posix.cc25 return pthread_rwlock_init(&_lock, 0); in Init()
/external/fio/
Dmutex.c238 ret = pthread_rwlock_init(&lock->lock, &attr); in fio_rwlock_init()
240 ret = pthread_rwlock_init(&lock->lock, NULL); in fio_rwlock_init()
/external/valgrind/none/tests/
Dpth_rwlock.c17 if ((e = pthread_rwlock_init(locks + n, NULL)) != 0) { in main()
/external/lldb/include/lldb/Host/
DProcessRunLock.h39 int err = ::pthread_rwlock_init(&m_rwlock, NULL); (void)err; in ProcessRunLock()

123