Searched refs:pthread_rwlock_init (Results 1 – 25 of 101) sorted by relevance
12345
/external/valgrind/helgrind/tests/ |
D | tc20_verifywrap.c | 193 r= pthread_rwlock_init( &rwl, NULL ); assert(!r); in main() 201 r= pthread_rwlock_init( &rwl2, NULL ); assert(!r); in main() 219 r= pthread_rwlock_init( &rwl2, NULL ); assert(!r); in main() 241 r= pthread_rwlock_init( &rwl3, NULL ); assert(!r); in main() 255 pthread_rwlock_init(&srwl1.rwlock, NULL); in main()
|
D | tc20_verifywrap.stderr.exp | 170 by 0x........: pthread_rwlock_init (hg_intercepts.c:...) 188 by 0x........: pthread_rwlock_init (hg_intercepts.c:...) 208 by 0x........: pthread_rwlock_init (hg_intercepts.c:...)
|
D | tc12_rwl_trivial.stderr.exp | 15 by 0x........: pthread_rwlock_init (hg_intercepts.c:...)
|
D | tc12_rwl_trivial.c | 18 r = pthread_rwlock_init( &rwl, NULL ); assert(r == 0); in main()
|
/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 | 7 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:?)
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/ |
D | 6-1.c | 34 rc = pthread_rwlock_init(&rwlock, NULL); in main() 43 rc = pthread_rwlock_init(&rwlock, NULL); in main()
|
D | coverage.txt | 1 This document defines the coverage for the pthread_rwlock_init() function:
|
D | 3-1.c | 40 if (pthread_rwlock_init(&rwlock, &rwlockattr) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/ |
D | 2-1.c | 38 if ((rc = pthread_rwlock_init(&rwl1, &rwa)) != 0) { in main() 43 if ((rc = pthread_rwlock_init(&rwl2, &rwa)) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
D | 5-1.c | 48 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in fn_rd_1() 93 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in fn_rd_2()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
D | 5-1.c | 55 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in fn_wr_1() 100 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in fn_wr_2()
|
/external/valgrind/memcheck/tests/darwin/ |
D | pth-supp.c | 7 pthread_rwlock_init(&mutex, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_destroy/ |
D | 1-1.c | 31 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in main()
|
D | 3-1.c | 29 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in main()
|
/external/compiler-rt/test/tsan/ |
D | bench_rwmutex.cc | 19 pthread_rwlock_init(&mtx, 0); in bench()
|
D | write_in_reader_lock.cc | 19 pthread_rwlock_init(&rwlock, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/ |
D | 5-1.c | 33 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in main()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | rw_lock_posix.cc | 32 return pthread_rwlock_init(&lock_, 0) == 0; in Init()
|
/external/valgrind/none/tests/ |
D | pth_rwlock.c | 17 if ((e = pthread_rwlock_init(locks + n, NULL)) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/ |
D | 3-1.c | 33 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in main()
|
12345