Home
last modified time | relevance | path

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

/bootable/recovery/minadbd/
Dsysdeps.h208 static __inline__ void adb_sleep_ms( int mseconds ) in adb_sleep_ms() argument
210 Sleep( mseconds ); in adb_sleep_ms()
461 static __inline__ void adb_sleep_ms( int mseconds ) in adb_sleep_ms() argument
463 usleep( mseconds*1000 ); in adb_sleep_ms()