Home
last modified time | relevance | path

Searched refs:pthread_rwlock_destroy (Results 1 – 25 of 73) sorted by relevance

123

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
D5-1.c76 if (pthread_rwlock_destroy(&rwlock) != 0) { in fn_rd_1()
121 if (pthread_rwlock_destroy(&rwlock) != 0) { in fn_rd_2()
D2-1.c148 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
D5-1.c83 if (pthread_rwlock_destroy(&rwlock) != 0) { in fn_wr_1()
127 if (pthread_rwlock_destroy(&rwlock) != 0) { in fn_wr_2()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_destroy/
Dcoverage.txt1 This document defines the coverage for the pthread_rwlock_destroy function:
D1-1.c35 rc = pthread_rwlock_destroy(&rwlock); in main()
D3-1.c39 rc = pthread_rwlock_destroy(&rwlock); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_trywrlock/speculative/
D3-1.c38 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
D6-1.c45 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
D3-1.c74 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
D2-1.c96 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
D1-1.c104 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
D5-1.c55 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
/external/webrtc/rtc_base/synchronization/
Drw_lock_posix.cc20 pthread_rwlock_destroy(&lock_); in ~RWLockPosix()
/external/compiler-rt/test/tsan/
Dwrite_in_reader_lock.cc28 pthread_rwlock_destroy(&rwlock); in main()
Dmutexset6.cc52 pthread_rwlock_destroy(&mtx3); in main()
/external/llvm-project/compiler-rt/test/tsan/
Dwrite_in_reader_lock.cpp28 pthread_rwlock_destroy(&rwlock); in main()
Dmutexset6.cpp52 pthread_rwlock_destroy(&mtx3); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
D3-1.c58 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
/external/fastrpc/inc/
Dpthread_rw_mutex.h56 #define RW_MUTEX_DTOR(mut) ABORT_FAIL(0 == pthread_rwlock_destroy( & (mut)))
/external/llvm-project/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cpp99 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) { in INTERCEPTOR() argument
102 return REAL(pthread_rwlock_destroy)(m); in INTERCEPTOR()
304 INTERCEPT_FUNCTION(pthread_rwlock_destroy); in InitializeInterceptors()
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc100 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) { in INTERCEPTOR() argument
103 return REAL(pthread_rwlock_destroy)(m); in INTERCEPTOR()
306 INTERCEPT_FUNCTION(pthread_rwlock_destroy); in InitializeInterceptors()
/external/llvm-project/lldb/source/Host/common/
DProcessRunLock.cpp20 int err = ::pthread_rwlock_destroy(&m_rwlock); in ~ProcessRunLock()
/external/mesa3d/src/util/
Drwlock.h65 return pthread_rwlock_destroy(&rwlock->rwlock); in u_rwlock_destroy()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
D4-2.c103 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
D2-1.c132 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()

123