Searched refs:TryEnter (Results 1 – 4 of 4) sorted by relevance
56 bool CriticalSection::TryEnter() EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryEnter() function in rtc::CriticalSection122 : cs_(cs), locked_(cs->TryEnter()) { in TryCritScope()
50 bool TryEnter() EXCLUSIVE_TRYLOCK_FUNCTION(true);
25 if (!crit_.TryEnter()) { in IsLocked_Worker()
315 if (!cs.TryEnter()) in TEST()