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

  /external/chromium_org/base/threading/
thread_collision_warner.h 66 // 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) \
125 #define DFAKE_SCOPED_LOCK_THREAD_LOCKED(obj) ((void)0)
158 // DFAKE_SCOPED_LOCK_THREAD_LOCKED
thread_collision_warner_unittest.cc 66 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 1783 milliseconds