Home
last modified time | relevance | path

Searched refs:ScopedAllowWait (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/base/threading/
Dthread_restrictions.h253 class BASE_EXPORT ScopedAllowWait {
255 ScopedAllowWait() { previous_value_ = SetWaitAllowed(true); } in ScopedAllowWait() function
256 ~ScopedAllowWait() { SetWaitAllowed(previous_value_); } in ~ScopedAllowWait()
262 DISALLOW_COPY_AND_ASSIGN(ScopedAllowWait);
Dsimple_thread.cc49 base::ThreadRestrictions::ScopedAllowWait allow_wait; in Start()
61 base::ThreadRestrictions::ScopedAllowWait allow_wait; in HasBeenStarted()
Dthread.cc145 base::ThreadRestrictions::ScopedAllowWait allow_wait; in WaitUntilThreadStarted()
185 base::ThreadRestrictions::ScopedAllowWait allow_wait; in GetThreadId()
Dsequenced_worker_pool.cc719 base::ThreadRestrictions::ScopedAllowWait allow_wait; in CleanupForTesting()
769 base::ThreadRestrictions::ScopedAllowWait allow_wait; in Shutdown()
/external/libmojo/base/android/
Djava_handler_thread.cc44 base::ThreadRestrictions::ScopedAllowWait wait_allowed; in Start()
57 base::ThreadRestrictions::ScopedAllowWait wait_allowed; in Stop()
/external/libmojo/mojo/public/cpp/bindings/
Dsync_call_restrictions.h83 base::ThreadRestrictions::ScopedAllowWait allow_wait_;
/external/libchrome/base/message_loop/
Dmessage_pump_default.cc53 ThreadRestrictions::ScopedAllowWait allow_wait; in Run()
/external/libmojo/mojo/message_pump/
Dmessage_pump_mojo.cc226 base::ThreadRestrictions::ScopedAllowWait allow_wait; in DoNonMojoWork()
/external/libchrome/dbus/
Dbus.cc525 base::ThreadRestrictions::ScopedAllowWait allow_wait; in ShutdownOnDBusThreadAndBlock()