Searched refs:uSecTime (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni/src/main/native/
H A Dorg_apache_harmony_luni_platform_OSNetworkSystem.cpp807 static int selectWait(int fd, int uSecTime) { argument
810 if (uSecTime >= 0) {
811 /* Use a timeout if uSecTime >= 0 */
813 tv.tv_usec = uSecTime;
816 /* Infinite timeout if uSecTime < 0 */

Completed in 898 milliseconds