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

  /external/chromium_org/base/threading/
thread_collision_warner.h 40 // In this case the macro DFAKE_SCOPED_RECURSIVE_LOCK
51 // DFAKE_SCOPED_RECURSIVE_LOCK(push_pop_);
55 // void bar() { DFAKE_SCOPED_RECURSIVE_LOCK(push_pop_); ... }
114 #define DFAKE_SCOPED_RECURSIVE_LOCK(obj) \
124 #define DFAKE_SCOPED_RECURSIVE_LOCK(obj) ((void)0)
197 // DFAKE_SCOPED_RECURSIVE_LOCK
thread_collision_warner_unittest.cc 82 DFAKE_SCOPED_RECURSIVE_LOCK(warner);
84 { // Pin section again (allowed by DFAKE_SCOPED_RECURSIVE_LOCK)
85 DFAKE_SCOPED_RECURSIVE_LOCK(warner);
319 DFAKE_SCOPED_RECURSIVE_LOCK(push_pop_);
325 DFAKE_SCOPED_RECURSIVE_LOCK(push_pop_);
330 DFAKE_SCOPED_RECURSIVE_LOCK(push_pop_);
  /external/chromium_org/base/synchronization/
condition_variable_unittest.cc 532 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_);
538 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_);
543 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_);
553 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_);
558 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_);
563 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_);
569 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_);
581 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_);
589 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_);

Completed in 422 milliseconds