Searched refs:mseconds (Results 1 – 1 of 1) sorted by relevance
208 static __inline__ void adb_sleep_ms( int mseconds ) in adb_sleep_ms() argument210 Sleep( mseconds ); in adb_sleep_ms()462 static __inline__ void adb_sleep_ms( int mseconds ) in adb_sleep_ms() argument464 usleep( mseconds*1000 ); in adb_sleep_ms()