Searched refs:mseconds (Results 1 – 2 of 2) sorted by relevance
214 static __inline__ void adb_sleep_ms( int mseconds ) in adb_sleep_ms() argument216 Sleep( mseconds ); in adb_sleep_ms()487 static __inline__ void adb_sleep_ms( int mseconds ) in adb_sleep_ms() argument489 usleep( mseconds*1000 ); in adb_sleep_ms()
93 OI_INT16 mseconds; member