Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread_restrictions.cc167 ThreadRestrictions::ScopedAllowWait::ScopedAllowWait() in ScopedAllowWait() function in base::ThreadRestrictions::ScopedAllowWait
170 ThreadRestrictions::ScopedAllowWait::~ScopedAllowWait() { in ~ScopedAllowWait()
Dthread_restrictions.h518 class BASE_EXPORT ScopedAllowWait {
520 ScopedAllowWait() EMPTY_BODY_IF_DCHECK_IS_OFF;
521 ~ScopedAllowWait() EMPTY_BODY_IF_DCHECK_IS_OFF;
528 DISALLOW_COPY_AND_ASSIGN(ScopedAllowWait);
Dsimple_thread.cc32 ThreadRestrictions::ScopedAllowWait allow_wait; in Start()
65 ThreadRestrictions::ScopedAllowWait allow_wait; in HasBeenStarted()
Dthread.cc146 base::ThreadRestrictions::ScopedAllowWait allow_wait; in WaitUntilThreadStarted()
223 base::ThreadRestrictions::ScopedAllowWait allow_wait; in GetThreadId()
/external/libchrome/base/message_loop/
Dmessage_pump_default.cc55 ThreadRestrictions::ScopedAllowWait allow_wait; in Run()
/external/libchrome/mojo/public/cpp/bindings/
Dsync_call_restrictions.h137 base::ThreadRestrictions::ScopedAllowWait allow_wait_;
/external/libchrome/dbus/
Dbus.cc498 base::ThreadRestrictions::ScopedAllowWait allow_wait; in ShutdownOnDBusThreadAndBlock()