Lines Matching full:bar2
1550 void bar2(MyData* d) {
2447 void bar2(Bar* g) EXCLUSIVE_LOCKS_REQUIRED(getMu(this), g->getMu());
2460 b1->bar2(b2); // expected-warning {{calling function 'bar2' requires holding mutex 'b1->mu_' exclusively}} \
2461 // expected-warning {{calling function 'bar2' requires holding mutex 'b2->mu_' exclusively}}
2469 b1->bar2(b2); // \
2470 // expected-warning {{calling function 'bar2' requires holding mutex 'b2->mu_' exclusively}} \
2474 b1->bar2(b2);
2493 b1->bar2(b2);
3960 void bar2() EXCLUSIVE_LOCKS_REQUIRED(getMutex1(), getMutex2());
4590 bar2(); // expected-warning {{calling function 'bar2' requires holding '!mu'}}
4593 void bar2() EXCLUSIVE_LOCKS_REQUIRED(!mu) {