Searched refs:TryEnterImpl (Results 1 – 4 of 4) sorted by relevance
150 if (!LockedByCurrentThread() && !TryEnterImpl()) in Enter()167 if (LockedByCurrentThread() || TryEnterImpl()) in TryEnter()222 bool TryEnterImpl() in TryEnterImpl() function
138 if (!LockedByCurrentThread() && !TryEnterImpl()) in Enter()155 if (LockedByCurrentThread() || TryEnterImpl()) in TryEnter()212 bool TryEnterImpl() in TryEnterImpl() function
40 if( TryEnterImpl() ) in EnterImpl()