Home
last modified time | relevance | path

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/
D6-1.c33 rc = pthread_rwlock_init(&rwlock, NULL); in main()
42 rc = pthread_rwlock_init(&rwlock, NULL); in main()
Dcoverage.txt1 This document defines the coverage for the pthread_rwlock_init() function:
D3-1.c39 if (pthread_rwlock_init(&rwlock, &rwlockattr) != 0) { in main()
D2-1.c60 rc = pthread_rwlock_init(&rwlock, NULL); in main()
D1-1.c67 rc = pthread_rwlock_init(&rwlock, &rwlockattr); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/
D2-1.c37 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/
D5-1.c54 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/
D5-1.c47 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/
D1-1.c30 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in main()
D3-1.c28 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in main()
/external/llvm-project/compiler-rt/test/tsan/
Dbench_rwmutex.cpp19 pthread_rwlock_init(&mtx, 0); in bench()
Dwrite_in_reader_lock.cpp19 pthread_rwlock_init(&rwlock, NULL); in main()
Dmutexset6.cpp44 pthread_rwlock_init(&mtx3, 0); in main()
/external/compiler-rt/test/tsan/
Dbench_rwmutex.cc19 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
D5-1.c32 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in main()
/external/webrtc/rtc_base/synchronization/
Drw_lock_posix.cc33 return pthread_rwlock_init(&lock_, 0) == 0; in Init()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
D3-1.c32 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in main()
/external/fastrpc/inc/
Dpthread_rw_mutex.h47 #define RW_MUTEX_CTOR(mut) ABORT_FAIL(0 == pthread_rwlock_init( & (mut), 0))
/external/gflags/src/
Dmutex.h258 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/
DProcessRunLock.cpp15 int err = ::pthread_rwlock_init(&m_rwlock, nullptr); in ProcessRunLock()
/external/mesa3d/src/util/
Drwlock.h56 return pthread_rwlock_init(&rwlock->rwlock, NULL); in u_rwlock_init()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
D4-2.c64 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in main()
D2-1.c74 if (pthread_rwlock_init(&rwlock, NULL) != 0) { in main()

1234