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

/external/chromium_org/base/threading/
H A Dthread_collision_warner.h66 // In this case the macro DFAKE_SCOPED_LOCK_THREAD_LOCKED pins the
74 // void push(int) { DFAKE_SCOPED_LOCK_THREAD_LOCKED(push_pop_); ... }
75 // int pop() { DFAKE_SCOPED_LOCK_THREAD_LOCKED(push_pop_); ... }
90 // ExoticClass() { DFAKE_SCOPED_LOCK_THREAD_LOCKED(ctor_dtor_); ... }
91 // ~ExoticClass() { DFAKE_SCOPED_LOCK_THREAD_LOCKED(ctor_dtor_); ... }
94 // void NotShareable() { DFAKE_SCOPED_LOCK_THREAD_LOCKED(ctor_dtor_); ... }
117 #define DFAKE_SCOPED_LOCK_THREAD_LOCKED(obj) \ macro
125 #define DFAKE_SCOPED_LOCK_THREAD_LOCKED(obj) ((void)0) macro
158 // DFAKE_SCOPED_LOCK_THREAD_LOCKED

Completed in 68 milliseconds