Searched refs:DFAKE_SCOPED_LOCK_THREAD_LOCKED (Results 1 - 2 of 2) 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
H A Dthread_collision_warner_unittest.cc66 DFAKE_SCOPED_LOCK_THREAD_LOCKED(warner);
69 DFAKE_SCOPED_LOCK_THREAD_LOCKED(warner);
135 DFAKE_SCOPED_LOCK_THREAD_LOCKED(push_pop_);
139 DFAKE_SCOPED_LOCK_THREAD_LOCKED(push_pop_);

Completed in 290 milliseconds