Lines Matching full:locked
210 // expected-warning{{unlocking 'sls_mu' that was not locked}}
216 // expected-warning{{locking 'sls_mu' that is already locked}}
222 } // expected-warning{{mutex 'sls_mu' is still locked at the end of function}}
229 } // expected-warning{{mutex 'sls_mu' is not locked on every path through here}} \
230 // expected-warning{{mutex 'sls_mu2' is not locked on every path through here}}
236 } // expected-warning{{mutex 'sls_mu' is not locked on every path through here}}
249 expected-warning{{mutex 'sls_mu' is not locked on every path through here}}\
250 expected-warning{{unlocking 'sls_mu' that was not locked}}
260 expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
272 sls_mu.Unlock(); // expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
279 // expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}} \
287 while(getBool()) { // expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
290 } // expected-warning{{mutex 'sls_mu' is still locked at the end of function}}
294 expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
298 // expected-warning{{unlocking 'sls_mu' that was not locked}}
307 break; // expected-warning{{mutex 'sls_mu' is not locked on every path through here}}
336 // expected-warning{{unlocking 'aa_mu' that was not locked}}
342 // expected-warning{{locking 'aa_mu' that is already locked}}
348 } // expected-warning{{mutex 'aa_mu' is still locked at the end of function}}
361 } // EXPECTED-WARNING {{mutex 'wmu' is still locked at the end of function}}
364 } // EXPECTED-WARNING {{mutex 'wmu' is still locked at the end of function}}
367 } // expected-warning {{mutex 'wmu' is still locked at the end of function}}
371 } // expected-warning {{mutex 'wmu' is still locked at the end of function}}
610 // expected-warning {{mutex 'sls_mu' is locked exclusively and shared in the same scope}}
640 // expected-warning {{mutex 'sls_mu' is locked exclusively and shared in the same scope}}
649 // expected-warning {{mutex 'sls_mu' is locked exclusively and shared in the same scope}}
661 // expected-warning {{mutex 'sls_mu' is locked exclusively and shared in the same scope}}
672 // expected-warning {{mutex 'sls_mu' is locked exclusively and shared in the same scope}}
799 // expected-warning {{cannot call function 'le_fun' while mutex 'sls_mu' is locked}}
806 // expected-warning {{cannot call function 'le_fun' while mutex 'sls_mu' is locked}}
1225 f1.bar(); // expected-warning {{cannot call function 'bar' while mutex 'f1.mu_' is locked}}
1231 f2->bar(); // expected-warning {{cannot call function 'bar' while mutex 'f2->mu_' is locked}}
1364 locked}}
1403 f2(); // expected-warning {{cannot call function 'f2' while mutex 'mu1' is locked}} \
1404 // expected-warning {{cannot call function 'f2' while mutex 'mu2' is locked}}
1438 b->func2(); // expected-warning {{cannot call function 'func2' while mutex 'b->mu_' is locked}}
1443 c->func2(); // expected-warning {{cannot call function 'func2' while mutex 'c->mu_' is locked}}
1518 // expected-warning {{unlocking 'd2->mu' that was not locked}}
1519 } // expected-warning {{mutex 'd1->mu' is still locked at the end of function}}
1622 // expected-warning {{locking 'mu1' that is already locked}}
1982 continue; // expected-warning {{expecting mutex 'm' to be locked at start of each loop}}
2484 rlock.Release(); // expected-warning {{unlocking 'mu_' that was not locked}}
2493 rlock.Release(); // expected-warning {{unlocking 'mu_' that was not locked}}
2562 } // expected-warning {{expecting mutex 'mutex_' to be locked at the end of function}}
2567 } // expected-warning {{expecting mutex 'mutex_' to be locked at the end of function}}
2601 } // expected-warning {{mutex 'mu_' is still locked at the end of function}}
2624 } // expected-warning {{mutex 'mu_' is not locked on every path through here}}
2633 } // expected-warning {{mutex 'mu_' is not locked on every path through here}}
2774 mu_.get()->Lock(); // expected-warning {{locking 'mu_' that is already locked}}
2775 (*mu_).Lock(); // expected-warning {{locking 'mu_' that is already locked}}
2777 Unlock(); // expected-warning {{unlocking 'mu_' that was not locked}}
2908 foo.lock(); // expected-warning {{locking 'foo' that is already locked}}
2910 foo.unlock(); // expected-warning {{unlocking 'foo' that was not locked}}
2921 foo.lock1(); // expected-warning {{locking 'foo.mu1_' that is already locked}}
2924 foo.unlock1(); // expected-warning {{unlocking 'foo.mu1_' that was not locked}}
2935 foo.slock1(); // expected-warning {{locking 'foo.mu1_' that is already locked}}
2938 foo.unlock1(); // expected-warning {{unlocking 'foo.mu1_' that was not locked}}
2953 // expected-warning {{locking 'foo.mu1_' that is already locked}} \
2954 // expected-warning {{locking 'foo.mu2_' that is already locked}} \
2955 locked}}
2961 // expected-warning {{unlocking 'foo.mu1_' that was not locked}} \
2962 // expected-warning {{unlocking 'foo.mu2_' that was not locked}} \
2963 // expected-warning {{unlocking 'foo.mu3_' that was not locked}}
2977 // expected-warning {{locking 'foo.mu1_' that is already locked}} \
2978 // expected-warning {{locking 'foo.mu2_' that is already locked}} \
2979 // expected-warning {{locking 'foo.mu3_' that is already locked}}
2985 // expected-warning {{unlocking 'foo.mu1_' that was not locked}} \
2986 // expected-warning {{unlocking 'foo.mu2_' that was not locked}} \
2987 // expected-warning {{unlocking 'foo.mu3_' that was not locked}}
3150 n1.foo2(); // expected-warning {{cannot call function 'foo2' while mutex '&ExistentialPatternMatching::Graph::mu_' is locked}}
3156 n1.foo2(); // expected-warning {{cannot call function 'foo2' while mutex '&ExistentialPatternMatching::Graph::mu_' is locked}}
3162 n1.foo2(); // expected-warning {{cannot call function 'foo2' while mutex '&ExistentialPatternMatching::Graph::mu_' is locked}}
3172 g1.mu_.Lock(); // expected-warning {{locking 'g1.mu_' that is already locked}}
3302 // expected-warning {{unlocking '*' that was not locked}}
3438 Bar b; // expected-warning {{cannot call function 'Bar' while mutex 'mu_' is locked}}
3439 int a = b[0]; // expected-warning {{cannot call function 'operator[]' while mutex 'mu_' is locked}}
3440 } // expected-warning {{cannot call function '~Bar' while mutex 'mu_' is locked}}
3957 } // expected-warning {{expecting mutex 'mu_' to be locked at the end of function}}
3962 } // expected-warning {{expecting mutex 'mu_' to be locked at the end of function}}
3967 } // expected-warning {{mutex 'mu_' is still locked at the end of function}}
3972 } // expected-warning {{expecting mutex 'mu_' to be locked at the end of function}} \
3973 // expected-warning {{mutex 'mu2_' is still locked at the end of function}}
3978 } // expected-warning {{expecting mutex 'mu_' to be locked at the end of function}} \
3979 // expected-warning {{mutex 'mu2_' is still locked at the end of function}}
3983 mu2_.Unlock(); // expected-warning {{unlocking 'mu2_' that was not locked}}
3984 } // expected-warning {{mutex 'mu_' is still locked at the end of function}}
4072 } // expected-warning {{mutex 'mu_' is still locked at the end of function}}
4081 } // expected-warning {{mutex 'mu_' is still locked at the end of function}}