Searched refs:pthread_rwlock_destroy (Results 1 – 25 of 73) sorted by relevance
123
76 if (pthread_rwlock_destroy(&rwlock) != 0) { in fn_rd_1()121 if (pthread_rwlock_destroy(&rwlock) != 0) { in fn_rd_2()
148 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
83 if (pthread_rwlock_destroy(&rwlock) != 0) { in fn_wr_1()127 if (pthread_rwlock_destroy(&rwlock) != 0) { in fn_wr_2()
1 This document defines the coverage for the pthread_rwlock_destroy function:
35 rc = pthread_rwlock_destroy(&rwlock); in main()
39 rc = pthread_rwlock_destroy(&rwlock); in main()
38 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
45 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
74 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
96 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
104 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
55 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
20 pthread_rwlock_destroy(&lock_); in ~RWLockPosix()
28 pthread_rwlock_destroy(&rwlock); in main()
52 pthread_rwlock_destroy(&mtx3); in main()
58 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
56 #define RW_MUTEX_DTOR(mut) ABORT_FAIL(0 == pthread_rwlock_destroy( & (mut)))
99 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) { in INTERCEPTOR() argument102 return REAL(pthread_rwlock_destroy)(m); in INTERCEPTOR()304 INTERCEPT_FUNCTION(pthread_rwlock_destroy); in InitializeInterceptors()
100 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) { in INTERCEPTOR() argument103 return REAL(pthread_rwlock_destroy)(m); in INTERCEPTOR()306 INTERCEPT_FUNCTION(pthread_rwlock_destroy); in InitializeInterceptors()
20 int err = ::pthread_rwlock_destroy(&m_rwlock); in ~ProcessRunLock()
65 return pthread_rwlock_destroy(&rwlock->rwlock); in u_rwlock_destroy()
103 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
132 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()