Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/source/
Dcondition_variable_posix.cc79 unsigned long max_time_inMS) { in SleepCS() argument
91 if (max_time_inMS != INFINITE) { in SleepCS()
106 ts.tv_sec += max_time_inMS / MILLISECONDS_PER_SECOND; in SleepCS()
108 (max_time_inMS in SleepCS()
109 - ((max_time_inMS / MILLISECONDS_PER_SECOND) * MILLISECONDS_PER_SECOND)) in SleepCS()
Dcondition_variable_event_win.h26 bool SleepCS(CriticalSectionWrapper& crit_sect, unsigned long max_time_inMS);
Dcondition_variable_native_win.h40 bool SleepCS(CriticalSectionWrapper& crit_sect, unsigned long max_time_inMS);