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

/external/chromium/base/threading/
H A Dthread_collision_warner.h20 // 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) \ macro
112 // member function scope. Same as DFAKE_SCOPED_LOCK but allows recursive locks.
122 #define DFAKE_SCOPED_LOCK(obj) ((void)0) macro
177 // DFAKE_SCOPED_LOCK

Completed in 87 milliseconds