Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:fooMu

1535   Mutex fooMu;
1536 int myVar GUARDED_BY(fooMu);
1540 Foo() __attribute__((exclusive_lock_function(fooMu))) { }
1541 ~Foo() __attribute__((unlock_function(fooMu))) { }