Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dthread.cc72 const int kSlowDispatchLoggingThreshold = 50; // 50 ms variable
683 if (diff >= kSlowDispatchLoggingThreshold) { in Dispatch()