Searched refs:blocking_calls_allowed_ (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/webrtc/base/
H A Dthread.cc147 blocking_calls_allowed_(true) {
335 bool previous = blocking_calls_allowed_;
336 blocking_calls_allowed_ = allow;
344 ASSERT(!current || current->blocking_calls_allowed_);
H A Dthread.h275 bool blocking_calls_allowed_; // By default set to |true|. member in class:rtc::Thread

Completed in 3376 milliseconds