Searched refs:selectWait (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) { function
872 result = selectWait(handle, pollTimeoutUSec);
902 result = selectWait(handle, pollTimeoutUSec);
1480 int result = selectWait(fd, timeout * 1000);
1812 result = selectWait(handle, 1);

Completed in 43 milliseconds