Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:ReaderMutexLock

45 class __attribute__((scoped_lockable)) ReaderMutexLock {
47 ReaderMutexLock(Mutex *mu) __attribute__((exclusive_lock_function(mu)));
48 ~ReaderMutexLock() __attribute__((unlock_function));
1569 ReaderMutexLock mulock1(&mu1);