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

  /external/libchrome/base/threading/
thread_collision_warner.h 32 // DFAKE_MUTEX(push_pop_);
58 // DFAKE_MUTEX(push_pop_);
78 // DFAKE_MUTEX(push_pop_);
97 // DFAKE_MUTEX(ctor_dtor_);
98 // DFAKE_MUTEX(shareable_section_);
106 #define DFAKE_MUTEX(obj) \
122 #define DFAKE_MUTEX(obj) typedef void InternalFakeMutexType##obj
thread_collision_warner_unittest.cc 21 #undef DFAKE_MUTEX
22 #define DFAKE_MUTEX(obj) scoped_ptr<base::AsserterBase> obj
143 DFAKE_MUTEX(push_pop_);
200 DFAKE_MUTEX(push_pop_);
257 DFAKE_MUTEX(push_pop_);
330 DFAKE_MUTEX(push_pop_);
  /external/libchrome/base/memory/
ref_counted.h 80 DFAKE_MUTEX(add_release_);
  /external/libchrome/base/synchronization/
condition_variable_unittest.cc 146 DFAKE_MUTEX(locked_methods_);

Completed in 83 milliseconds