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

  /external/chromium/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 20 // In this case the macro DFAKE_SCOPED_LOCK has to be
27 // void push(int) { DFAKE_SCOPED_LOCK(push_pop_); ... }
28 // int pop() { DFAKE_SCOPED_LOCK(push_pop_); ... }
46 // DFAKE_SCOPED_LOCK(push_pop_);
92 // void Shareable() { DFAKE_SCOPED_LOCK(shareable_section_); ... }
109 #define DFAKE_SCOPED_LOCK(obj) \
112 // member function scope. Same as DFAKE_SCOPED_LOCK but allows recursive locks.
122 #define DFAKE_SCOPED_LOCK(obj) ((void)0)
177 // DFAKE_SCOPED_LOCK
  /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 20 // In this case the macro DFAKE_SCOPED_LOCK has to be
27 // void push(int) { DFAKE_SCOPED_LOCK(push_pop_); ... }
28 // int pop() { DFAKE_SCOPED_LOCK(push_pop_); ... }
46 // DFAKE_SCOPED_LOCK(push_pop_);
92 // void Shareable() { DFAKE_SCOPED_LOCK(shareable_section_); ... }
109 #define DFAKE_SCOPED_LOCK(obj) \
112 // member function scope. Same as DFAKE_SCOPED_LOCK but allows recursive locks.
122 #define DFAKE_SCOPED_LOCK(obj) ((void)0)
177 // DFAKE_SCOPED_LOCK
  /external/chromium_org/components/dom_distiller/core/
dom_distiller_database.cc 29 DFAKE_SCOPED_LOCK(thread_checker_);
33 DFAKE_SCOPED_LOCK(thread_checker_);
61 DFAKE_SCOPED_LOCK(thread_checker_);
88 DFAKE_SCOPED_LOCK(thread_checker_);

Completed in 394 milliseconds