Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:fooMu

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