Searched refs:ReaderTryLock (Results 1 – 8 of 8) sorted by relevance
33 bool ReaderTryLock() __attribute__((shared_trylock_function(true)));
36 bool ReaderTryLock() __attribute__((shared_trylock_function(true)));
34 bool ReaderTryLock() SHARED_TRYLOCK_FUNCTION(true);
36 bool ReaderTryLock() __attribute__((shared_trylock_function(true)));1821 if (!mu.ReaderTryLock()) in foo12()
39 bool ReaderTryLock() __attribute__((shared_trylock_function(true)));
211 bool ReaderTryLock() { return TryLock();} in ReaderTryLock() function
1242 if (MU.ReaderTryLock()) { in Worker_ReaderTryLock()
853 bool ReaderTryLock() TRY_ACQUIRE_SHARED(true);