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

/dalvik/libcore/luni/src/main/native/
H A Dorg_apache_harmony_luni_platform_OSNetworkSystem.cpp842 int pollTimeoutUSec = 100000, pollMsec = 100; local
869 pollTimeoutUSec = timeLeft <= 0 ? 0 : (timeLeft * 1000);
872 result = selectWait(handle, pollTimeoutUSec);
902 result = selectWait(handle, pollTimeoutUSec);

Completed in 3562 milliseconds