HomeSort by relevance Sort by last modified time
    Searched refs:TryEnter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
criticalsection.h 68 bool TryEnter() {
108 bool TryEnter() {
146 // CriticalSection::TryEnter, and unlocks on destruction if the
156 locked_ = pcrit_->TryEnter();
messagequeue_unittest.cc 42 if (!crit_.TryEnter()) {
49 // We have to do this on a worker thread, or else the TryEnter will

Completed in 398 milliseconds