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

  /external/chromium_org/base/threading/
thread_collision_warner_unittest.cc 92 DFAKE_SCOPED_LOCK(warner);
104 DFAKE_SCOPED_LOCK(warner);
109 DFAKE_SCOPED_LOCK(warner);
112 // Pin section again (not allowed by DFAKE_SCOPED_LOCK)
113 DFAKE_SCOPED_LOCK(warner);
122 DFAKE_SCOPED_LOCK(warner);
192 DFAKE_SCOPED_LOCK(push_pop_);
197 DFAKE_SCOPED_LOCK(push_pop_);
250 DFAKE_SCOPED_LOCK(push_pop_);
255 DFAKE_SCOPED_LOCK(push_pop_)
    [all...]
thread_collision_warner.h 21 // In this case the macro DFAKE_SCOPED_LOCK has to be
28 // void push(int) { DFAKE_SCOPED_LOCK(push_pop_); ... }
29 // int pop() { DFAKE_SCOPED_LOCK(push_pop_); ... }
47 // DFAKE_SCOPED_LOCK(push_pop_);
93 // void Shareable() { DFAKE_SCOPED_LOCK(shareable_section_); ... }
110 #define DFAKE_SCOPED_LOCK(obj) \
113 // member function scope. Same as DFAKE_SCOPED_LOCK but allows recursive locks.
123 #define DFAKE_SCOPED_LOCK(obj) ((void)0)
178 // DFAKE_SCOPED_LOCK
  /external/chromium_org/components/leveldb_proto/
leveldb_database.cc 25 LevelDB::~LevelDB() { DFAKE_SCOPED_LOCK(thread_checker_); }
28 DFAKE_SCOPED_LOCK(thread_checker_);
57 DFAKE_SCOPED_LOCK(thread_checker_);
81 DFAKE_SCOPED_LOCK(thread_checker_);

Completed in 70 milliseconds