Searched refs:SetAllowBlockingCalls (Results 1 – 2 of 2) sorted by relevance
381 void DisallowBlockingCalls() { SetAllowBlockingCalls(false); } in DisallowBlockingCalls()453 bool SetAllowBlockingCalls(bool allow);
306 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