Home
last modified time | relevance | path

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

123

/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()
D2-1.c156 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
/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/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/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()
D1-1.c179 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
/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/webrtc/webrtc/system_wrappers/source/
Drw_lock_posix.cc19 pthread_rwlock_destroy(&lock_); in ~RWLockPosix()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
D3-1.c58 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
D1-1.c183 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
/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()
/external/llvm/lib/Support/
DRWMutex.cpp72 pthread_rwlock_destroy(rwlock); in ~RWMutexImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DRWMutex.cpp74 pthread_rwlock_destroy(rwlock); in ~RWMutexImpl()
/external/swiftshader/third_party/LLVM/lib/Support/
DRWMutex.cpp91 pthread_rwlock_destroy(rwlock); in ~RWMutexImpl()

123