Home
last modified time | relevance | path

Searched refs:DFAKE_SCOPED_RECURSIVE_LOCK (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/synchronization/
Dcondition_variable_unittest.cc537 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_); in GetThreadId()
543 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_); in EveryIdWasAllocated()
548 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_); in GetAnAssignment()
558 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_); in WorkIsCompleted()
563 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_); in task_count()
568 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_); in allow_help_requests()
574 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_); in shutdown()
586 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_); in ThreadSafeCheckShutdown()
594 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_); in thread_shutting_down()
/external/libchrome/base/threading/
Dthread_collision_warner_unittest.cc83 DFAKE_SCOPED_RECURSIVE_LOCK(warner); in TEST()
86 DFAKE_SCOPED_RECURSIVE_LOCK(warner); in TEST()
317 DFAKE_SCOPED_RECURSIVE_LOCK(push_pop_); in TEST()
323 DFAKE_SCOPED_RECURSIVE_LOCK(push_pop_); in TEST()
328 DFAKE_SCOPED_RECURSIVE_LOCK(push_pop_); in TEST()
Dthread_collision_warner.h114 #define DFAKE_SCOPED_RECURSIVE_LOCK(obj) \ macro
124 #define DFAKE_SCOPED_RECURSIVE_LOCK(obj) ((void)0) macro