Searched refs:pthread_rwlock_destroy (Results 1 – 25 of 52) sorted by relevance
123
83 if (pthread_rwlock_destroy(&rwlock) != 0) { in fn_wr_1()127 if (pthread_rwlock_destroy(&rwlock) != 0) { in fn_wr_2()
156 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
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()
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()
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()
179 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
28 pthread_rwlock_destroy(&rwlock); in main()
52 pthread_rwlock_destroy(&mtx3); in main()
19 pthread_rwlock_destroy(&lock_); in ~RWLockPosix()
58 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
183 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
103 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
132 if (pthread_rwlock_destroy(&rwlock) != 0) { in main()
72 pthread_rwlock_destroy(rwlock); in ~RWMutexImpl()
74 pthread_rwlock_destroy(rwlock); in ~RWMutexImpl()
91 pthread_rwlock_destroy(rwlock); in ~RWMutexImpl()