Searched refs:ScopedAllowWait (Results 1 – 9 of 9) sorted by relevance
253 class BASE_EXPORT ScopedAllowWait {255 ScopedAllowWait() { previous_value_ = SetWaitAllowed(true); } in ScopedAllowWait() function256 ~ScopedAllowWait() { SetWaitAllowed(previous_value_); } in ~ScopedAllowWait()262 DISALLOW_COPY_AND_ASSIGN(ScopedAllowWait);
49 base::ThreadRestrictions::ScopedAllowWait allow_wait; in Start()61 base::ThreadRestrictions::ScopedAllowWait allow_wait; in HasBeenStarted()
145 base::ThreadRestrictions::ScopedAllowWait allow_wait; in WaitUntilThreadStarted()185 base::ThreadRestrictions::ScopedAllowWait allow_wait; in GetThreadId()
719 base::ThreadRestrictions::ScopedAllowWait allow_wait; in CleanupForTesting()769 base::ThreadRestrictions::ScopedAllowWait allow_wait; in Shutdown()
44 base::ThreadRestrictions::ScopedAllowWait wait_allowed; in Start()57 base::ThreadRestrictions::ScopedAllowWait wait_allowed; in Stop()
83 base::ThreadRestrictions::ScopedAllowWait allow_wait_;
53 ThreadRestrictions::ScopedAllowWait allow_wait; in Run()
226 base::ThreadRestrictions::ScopedAllowWait allow_wait; in DoNonMojoWork()
525 base::ThreadRestrictions::ScopedAllowWait allow_wait; in ShutdownOnDBusThreadAndBlock()