Home | History | Annotate | Download | only in src

Lines Matching refs:trylock

858     bool trylock() { return TryEnterCriticalSection(&cs) != 0; }
882 bool trylock() { return pthread_mutex_trylock(&mt) == 0; }
920 bool Mutex::trylock() { return impl->trylock(); }