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/base/threading/
thread_collision_warner.h 65 // In this case the macro DFAKE_SCOPED_LOCK_THREAD_LOCKED pins the
73 // void push(int) { DFAKE_SCOPED_LOCK_THREAD_LOCKED(push_pop_); ... }
74 // int pop() { DFAKE_SCOPED_LOCK_THREAD_LOCKED(push_pop_); ... }
89 // ExoticClass() { DFAKE_SCOPED_LOCK_THREAD_LOCKED(ctor_dtor_); ... }
90 // ~ExoticClass() { DFAKE_SCOPED_LOCK_THREAD_LOCKED(ctor_dtor_); ... }
93 // void NotShareable() { DFAKE_SCOPED_LOCK_THREAD_LOCKED(ctor_dtor_); ... }
116 #define DFAKE_SCOPED_LOCK_THREAD_LOCKED(obj) \
124 #define DFAKE_SCOPED_LOCK_THREAD_LOCKED(obj) ((void)0)
157 // 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 38 milliseconds