Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Dthread_unittest.cc18 const int kLogTrace = 0; variable
47 if (kLogTrace) { in StartTrace()
55 if (kLogTrace) { in StopTrace()
Dcondition_variable_unittest.cc23 const int kLogTrace = false; // Set to true to enable debug logging to stdout. variable
159 : trace_(kLogTrace) { in CondVarTest()
Dcritical_section_unittest.cc31 const bool kLogTrace = false; // Set to true to enable debug logging to stdout. variable
68 CritSectTest() : trace_(kLogTrace) { in CritSectTest()