Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dthread.h441 void DisallowBlockingCalls() { SetAllowBlockingCalls(false); } in DisallowBlockingCalls()
447 void DEPRECATED_AllowBlockingCalls() { SetAllowBlockingCalls(true); } in DEPRECATED_AllowBlockingCalls()
544 bool SetAllowBlockingCalls(bool allow);
Dthread.cc345 previous_state_(thread_->SetAllowBlockingCalls(false)) {} in ScopedDisallowBlockingCalls()
349 thread_->SetAllowBlockingCalls(previous_state_); in ~ScopedDisallowBlockingCalls()
819 bool Thread::SetAllowBlockingCalls(bool allow) { in SetAllowBlockingCalls() function in rtc::Thread