Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/source/
Dcondition_variable_posix.cc83 const int MICROSECONDS_PER_MILLISECOND = 1000; in SleepCS() local
103 ts.tv_nsec = tv.tv_usec * MICROSECONDS_PER_MILLISECOND; in SleepCS()