Searched refs:pthread_rwlock_init (Results 1 – 25 of 56) sorted by relevance
123
/external/valgrind/drd/tests/ |
D | rwlock_type_checking.c | 25 pthread_rwlock_init(&posix_rwlock, 0); in main() 27 pthread_rwlock_init((pthread_rwlock_t*)&user_defined_rwlock, 0); in main()
|
D | rwlock_type_checking.stderr.exp | 3 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?) 11 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
|
D | hold_lock.c | 60 pthread_rwlock_init(&rwlock, 0); in main() 68 pthread_rwlock_init(&rwlock, 0); in main()
|
D | tc12_rwl_trivial.stderr.exp | 6 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
|
D | rwlock_race.c | 46 pthread_rwlock_init(&s_rwlock, 0); in main()
|
D | hold_lock_2.stderr.exp | 12 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
|
D | tc23_bogus_condwait.stderr.exp-linux-ppc | 27 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?) 39 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
|
D | trylock.stderr.exp | 13 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
|
D | hold_lock_1.stderr.exp | 21 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
|
/external/valgrind/helgrind/tests/ |
D | tc20_verifywrap.c | 178 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()
|
D | tc20_verifywrap.stderr.exp | 162 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:...)
|
D | tc12_rwl_trivial.stderr.exp | 14 by 0x........: pthread_rwlock_init (hg_intercepts.c:...)
|
D | tc12_rwl_trivial.c | 24 r = pthread_rwlock_init( &rwl, NULL ); assert(r == 0); in main()
|
D | tc12_rwl_trivial.stderr.exp-darwin970 | 8 at 0x........: pthread_rwlock_init* (hg_intercepts.c:...)
|
D | tc20_verifywrap.stderr.exp-s390x | 164 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:...)
|
D | tc20_verifywrap.stderr.exp-glibc-2.18 | 155 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:...)
|
D | tc20_verifywrap.stderr.exp-mips32 | 164 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/ |
D | pth-supp.c | 7 pthread_rwlock_init(&mutex, NULL); in main()
|
/external/compiler-rt/test/tsan/ |
D | bench_rwmutex.cc | 16 pthread_rwlock_init(&mtx, 0); in bench()
|
D | write_in_reader_lock.cc | 19 pthread_rwlock_init(&rwlock, NULL); in main()
|
D | mutexset6.cc | 44 pthread_rwlock_init(&mtx3, 0); in main()
|
/external/webrtc/src/system_wrappers/source/ |
D | rw_lock_posix.cc | 25 return pthread_rwlock_init(&_lock, 0); in Init()
|
/external/fio/ |
D | mutex.c | 238 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/ |
D | pth_rwlock.c | 17 if ((e = pthread_rwlock_init(locks + n, NULL)) != 0) { in main()
|
/external/lldb/include/lldb/Host/ |
D | ProcessRunLock.h | 39 int err = ::pthread_rwlock_init(&m_rwlock, NULL); (void)err; in ProcessRunLock()
|
123