Searched refs:pthread_rwlock_init (Results 1 – 25 of 80) sorted by relevance
1234
/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()
|
/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()
|
/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/llvm-project/compiler-rt/test/tsan/ |
D | bench_rwmutex.cpp | 19 pthread_rwlock_init(&mtx, 0); in bench()
|
D | write_in_reader_lock.cpp | 19 pthread_rwlock_init(&rwlock, NULL); in main()
|
D | mutexset6.cpp | 44 pthread_rwlock_init(&mtx3, 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()
|
/external/webrtc/rtc_base/synchronization/ |
D | rw_lock_posix.cc | 33 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/fastrpc/inc/ |
D | pthread_rw_mutex.h | 47 #define RW_MUTEX_CTOR(mut) ABORT_FAIL(0 == pthread_rwlock_init( & (mut), 0))
|
/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/llvm-project/lldb/source/Host/common/ |
D | ProcessRunLock.cpp | 15 int err = ::pthread_rwlock_init(&m_rwlock, nullptr); in ProcessRunLock()
|
/external/mesa3d/src/util/ |
D | rwlock.h | 56 return pthread_rwlock_init(&rwlock->rwlock, NULL); in u_rwlock_init()
|
/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()
|
1234