Lines Matching full:pthread_mutex_destroy
92 pthread_mutex_destroy(&mtx1); // no-warning
98 pthread_mutex_destroy(&mtx1); // no-warning
99 pthread_mutex_destroy(&mtx2); // no-warning
106 pthread_mutex_destroy(&mtx1); // no-warning
113 pthread_mutex_destroy(&mtx1); // no-warning
115 pthread_mutex_destroy(&mtx2); // no-warning
123 pthread_mutex_destroy(&mtx1); // no-warning
142 pthread_mutex_destroy(&mtx1); // no-warning
149 pthread_mutex_destroy(&mtx1); // no-warning
151 pthread_mutex_destroy(&mtx2); // no-warning
159 pthread_mutex_destroy(&mtx1); // no-warning
161 pthread_mutex_destroy(&mtx1); // no-warning
322 pthread_mutex_destroy(&mtx1); // no-warning
329 pthread_mutex_destroy(&mtx1); // no-warning
336 pthread_mutex_destroy(&mtx1); // no-warning
337 pthread_mutex_destroy(&mtx1); // expected-warning{{This lock has already been destroyed}}
344 pthread_mutex_destroy(&mtx1); // expected-warning{{This lock is still locked}}