Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Dcondition_variable_posix.cc93 unsigned long maxTimeInMS) in SleepCS() argument
107 if (maxTimeInMS != INFINITE) in SleepCS()
123 ts.tv_sec += maxTimeInMS / MILLISECONDS_PER_SECOND; in SleepCS()
124 ts.tv_nsec += (maxTimeInMS - ((maxTimeInMS / MILLISECONDS_PER_SECOND)* in SleepCS()
Dcondition_variable_win.cc130 unsigned long maxTimeInMS) in SleepCS() argument
138 &(cs->crit),maxTimeInMS); in SleepCS()
158 maxTimeInMS); in SleepCS()
Dcondition_variable_posix.h26 bool SleepCS(CriticalSectionWrapper& critSect, unsigned long maxTimeInMS);
Dcondition_variable_win.h42 bool SleepCS(CriticalSectionWrapper& critSect, unsigned long maxTimeInMS);
/external/webrtc/src/system_wrappers/interface/
Dcondition_variable_wrapper.h31 unsigned long maxTimeInMS) = 0;