Lines Matching full:locked
212 // expected-warning{{unlocking 'sls_mu' that was not locked}}
218 // expected-warning{{locking 'sls_mu' that is already locked}}
224 } // expected-warning{{mutex 'sls_mu' is still locked at the end of function}}
231 } // expected-warning{{mutex 'sls_mu' is not locked on every path through here}} \
232 // expected-warning{{mutex 'sls_mu2' is not locked on every path through here}}
238 } // expected-warning{{mutex 'sls_mu' is not locked on every path through here}}
251 expected-warning{{mutex 'sls_mu' is not locked on every path through here}}\
252 expected-warning{{unlocking 'sls_mu' that was not locked}}
262 expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
274 sls_mu.Unlock(); // expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
281 // expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}} \
289 while(getBool()) { // expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
292 } // expected-warning{{mutex 'sls_mu' is still locked at the end of function}}
296 expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
300 // expected-warning{{unlocking 'sls_mu' that was not locked}}
309 break; // expected-warning{{mutex 'sls_mu' is not locked on every path through here}}