Home
last modified time | relevance | path

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

/external/chromium_org/base/synchronization/
Dcondition_variable_unittest.cc76 bool EveryIdWasAllocated() const; // Indicates that all IDs were handed out.
262 while (!queue.EveryIdWasAllocated()) in TEST_F()
406 while (!queue.EveryIdWasAllocated()) in TEST_F()
533 DCHECK(!EveryIdWasAllocated()); in GetThreadId()
537 bool WorkQueue::EveryIdWasAllocated() const { in EveryIdWasAllocated() function in base::__anon7240408c0111::WorkQueue
716 if (EveryIdWasAllocated()) in ThreadMain()