Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:fooMu

1578   Mutex fooMu;
1579 int myVar GUARDED_BY(fooMu);
1583 Foo() __attribute__((exclusive_lock_function(fooMu))) { }
1584 ~Foo() __attribute__((unlock_function(fooMu))) { }