Searched refs:pthread_rwlock_init (Results 1 – 25 of 64) sorted by relevance
123
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/ |
D | 6-1.c | 33 rc = pthread_rwlock_init(&rwlock, NULL); in main() 42 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 | 39 if (pthread_rwlock_init(&rwlock, &rwlockattr) != 0) { in main()
|
D | 2-1.c | 60 rc = pthread_rwlock_init(&rwlock, NULL); in main()
|
D | 1-1.c | 67 rc = pthread_rwlock_init(&rwlock, &rwlockattr); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/ |
D | 2-1.c | 37 if ((rc = pthread_rwlock_init(&rwl1, &rwa)) != 0) { in main() 42 if ((rc = pthread_rwlock_init(&rwl2, &rwa)) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
D | 5-1.c | 54 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in fn_wr_1() 99 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in fn_wr_2()
|
D | 2-1.c | 97 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
D | 5-1.c | 47 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in fn_rd_1() 92 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in fn_rd_2()
|
D | 2-1.c | 94 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in main()
|
/external/gflags/src/ |
D | mutex.h | 258 if (is_safe_ && pthread_rwlock_init(&mutex_, NULL) != 0) abort(); in Mutex() 262 if (is_safe_ && pthread_rwlock_init(&mutex_, NULL) != 0) abort(); in Mutex()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_destroy/ |
D | 1-1.c | 30 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in main()
|
D | 3-1.c | 28 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()
|
D | mutexset6.cc | 44 pthread_rwlock_init(&mtx3, 0); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/ |
D | 5-1.c | 32 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in main()
|
D | 1-1.c | 76 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/ |
D | 3-1.c | 32 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/ |
D | 4-2.c | 64 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in main()
|
D | 2-1.c | 74 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in main()
|
/external/llvm/lib/Support/ |
D | RWMutex.cpp | 59 int errorcode = pthread_rwlock_init(rwlock, nullptr); in RWMutexImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | RWMutex.cpp | 61 int errorcode = pthread_rwlock_init(rwlock, nullptr); in RWMutexImpl()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | RWMutex.cpp | 75 int errorcode = pthread_rwlock_init(rwlock, NULL); in RWMutexImpl()
|
123