Home
last modified time | relevance | path

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

123

/external/valgrind/drd/tests/
Dhold_lock.c64 pthread_rwlock_destroy(&rwlock); in main()
74 pthread_rwlock_destroy(&rwlock); in main()
Drwlock_type_checking.c31 pthread_rwlock_destroy(&posix_rwlock); in main()
Drwlock_race.c51 pthread_rwlock_destroy(&s_rwlock); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
D5-1.c77 if (pthread_rwlock_destroy(&rwlock) != 0) { in fn_rd_1()
122 if (pthread_rwlock_destroy(&rwlock) != 0) { in fn_rd_2()
D2-1.c149 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
D5-1.c84 if (pthread_rwlock_destroy(&rwlock) != 0) { in fn_wr_1()
128 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.c36 rc = pthread_rwlock_destroy(&rwlock); in main()
D3-1.c40 rc = pthread_rwlock_destroy(&rwlock); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_trywrlock/speculative/
D3-1.c39 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
D6-1.c46 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
D3-1.c75 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
D2-1.c97 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
D1-1.c105 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
D5-1.c56 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
/external/webrtc/webrtc/system_wrappers/source/
Drw_lock_posix.cc19 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/valgrind/none/tests/
Dpth_rwlock.c24 if ((e = pthread_rwlock_destroy(locks + n)) != 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_wrlock/
D3-1.c59 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
/external/libchrome/base/synchronization/
Dread_write_lock_posix.cc15 int result = pthread_rwlock_destroy(&native_handle_); in ~ReadWriteLock()
/external/valgrind/helgrind/tests/
Dtc12_rwl_trivial.c36 r = pthread_rwlock_destroy( &rwl ); assert(r == 0); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
D4-2.c104 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
D2-1.c133 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()

123