Searched refs:SetAllowBlockingCalls (Results 1 – 2 of 2) sorted by relevance
441 void DisallowBlockingCalls() { SetAllowBlockingCalls(false); } in DisallowBlockingCalls()447 void DEPRECATED_AllowBlockingCalls() { SetAllowBlockingCalls(true); } in DEPRECATED_AllowBlockingCalls()544 bool SetAllowBlockingCalls(bool allow);
345 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