Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:readertrylock

36   bool ReaderTryLock() __attribute__((shared_trylock_function(true)));
1821 if (!mu.ReaderTryLock())
3674 bool readertrylock() SHARED_TRYLOCK_FUNCTION(true, mu1_)
3701 bool Foo::readertrylock() { return true; }
3736 if (readertrylock()) {