Home
last modified time | relevance | path

Searched refs:AssertWaitAllowed (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/synchronization/
Dcondition_variable_posix.cc65 base::ThreadRestrictions::AssertWaitAllowed(); in Wait()
77 base::ThreadRestrictions::AssertWaitAllowed(); in TimedWait()
Dwaitable_event_posix.cc168 base::ThreadRestrictions::AssertWaitAllowed(); in TimedWaitUntil()
242 base::ThreadRestrictions::AssertWaitAllowed(); in WaitMany()
/external/libchrome/base/threading/
Dthread_restrictions.h162 static void AssertWaitAllowed();
171 static void AssertWaitAllowed() {} in AssertWaitAllowed() function
Dthread_restrictions.cc74 void ThreadRestrictions::AssertWaitAllowed() { in AssertWaitAllowed() function in base::ThreadRestrictions