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.cc543 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_); in GetThreadId()
549 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_); in EveryIdWasAllocated()
554 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_); in GetAnAssignment()
564 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_); in WorkIsCompleted()
569 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_); in task_count()
574 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_); in allow_help_requests()
580 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_); in shutdown()
592 DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_); in ThreadSafeCheckShutdown()
600 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