Home
last modified time | relevance | path

Searched refs:SetAllowBlockingCalls (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_base/
Dthread.h381 void DisallowBlockingCalls() { SetAllowBlockingCalls(false); } in DisallowBlockingCalls()
453 bool SetAllowBlockingCalls(bool allow);
Dthread.cc306 previous_state_(thread_->SetAllowBlockingCalls(false)) {} in ScopedDisallowBlockingCalls()
310 thread_->SetAllowBlockingCalls(previous_state_); in ~ScopedDisallowBlockingCalls()
699 bool Thread::SetAllowBlockingCalls(bool allow) { in SetAllowBlockingCalls() function in rtc::Thread