HomeSort by relevance Sort by last modified time
    Searched refs:AsserterBase (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/threading/
thread_collision_warner.h 131 // AsserterBase is the interfaces and DCheckAsserter is the default asserter
134 struct BASE_API AsserterBase {
135 virtual ~AsserterBase() {}
139 struct BASE_API DCheckAsserter : public AsserterBase {
147 ThreadCollisionWarner(AsserterBase* asserter = new DCheckAsserter())
237 AsserterBase* asserter_;
thread_collision_warner_unittest.cc 21 #define DFAKE_MUTEX(obj) scoped_ptr<base::AsserterBase> obj
23 // In Release, we expect the AsserterBase::warn() to not happen.
28 // In Debug, we expect the AsserterBase::warn() to happen.
39 class AssertReporter : public base::AsserterBase {
130 explicit NonThreadSafeQueue(base::AsserterBase* asserter)
187 explicit NonThreadSafeQueue(base::AsserterBase* asserter)
245 explicit NonThreadSafeQueue(base::AsserterBase* asserter)
314 explicit NonThreadSafeQueue(base::AsserterBase* asserter)

Completed in 53 milliseconds