Searched defs:DFAKE_MUTEX (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/threading/
H A Dthread_collision_warner_unittest.cc20 #undef DFAKE_MUTEX macro
21 #define DFAKE_MUTEX(obj) scoped_ptr<base::AsserterBase> obj macro
144 DFAKE_MUTEX(push_pop_);
202 DFAKE_MUTEX(push_pop_);
260 DFAKE_MUTEX(push_pop_);
334 DFAKE_MUTEX(push_pop_);
H A Dthread_collision_warner.h31 // DFAKE_MUTEX(push_pop_);
57 // DFAKE_MUTEX(push_pop_);
77 // DFAKE_MUTEX(push_pop_);
96 // DFAKE_MUTEX(ctor_dtor_);
97 // DFAKE_MUTEX(shareable_section_);
105 #define DFAKE_MUTEX(obj) \ macro
121 #define DFAKE_MUTEX(obj) macro

Completed in 27 milliseconds