Searched refs:SetWaitAllowed (Results 1 – 3 of 3) sorted by relevance
161 bool ThreadRestrictions::SetWaitAllowed(bool allowed) { in SetWaitAllowed() function in base::ThreadRestrictions168 : was_allowed_(SetWaitAllowed(true)) {} in ScopedAllowWait()171 SetWaitAllowed(was_allowed_); in ~ScopedAllowWait()
508 static bool SetWaitAllowed(bool allowed);510 static bool SetWaitAllowed(bool allowed) { return true; } in SetWaitAllowed() function
478 const bool previous_wait_allowed = ThreadRestrictions::SetWaitAllowed( in RunOrSkipTask()537 ThreadRestrictions::SetWaitAllowed(previous_wait_allowed); in RunOrSkipTask()