Lines Matching refs:pthread_mutex_destroy
92 pthread_mutex_destroy(&mtx1); // no-warning in ok11()
98 pthread_mutex_destroy(&mtx1); // no-warning in ok12()
99 pthread_mutex_destroy(&mtx2); // no-warning in ok12()
106 pthread_mutex_destroy(&mtx1); // no-warning in ok13()
113 pthread_mutex_destroy(&mtx1); // no-warning in ok14()
115 pthread_mutex_destroy(&mtx2); // no-warning in ok14()
123 pthread_mutex_destroy(&mtx1); // no-warning in ok15()
142 pthread_mutex_destroy(&mtx1); // no-warning in ok18()
149 pthread_mutex_destroy(&mtx1); // no-warning in ok19()
151 pthread_mutex_destroy(&mtx2); // no-warning in ok19()
159 pthread_mutex_destroy(&mtx1); // no-warning in ok20()
161 pthread_mutex_destroy(&mtx1); // no-warning in ok20()
322 pthread_mutex_destroy(&mtx1); // no-warning in bad16()
329 pthread_mutex_destroy(&mtx1); // no-warning in bad17()
336 pthread_mutex_destroy(&mtx1); // no-warning in bad18()
337 pthread_mutex_destroy(&mtx1); // expected-warning{{This lock has already been destroyed}} in bad18()
344 pthread_mutex_destroy(&mtx1); // expected-warning{{This lock is still locked}} in bad19()