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

/dalvik/libcore/luni/src/main/native/
H A Dorg_apache_harmony_luni_platform_OSNetworkSystem.cpp194 fd_set exceptionSet; member in struct:selectFDSet
1012 FD_ZERO(&(context->exceptionSet));
1017 FD_SET(context->sock, &(context->exceptionSet));
1022 &(context->exceptionSet),
1045 if (FD_ISSET(context->sock, &(context->exceptionSet))) {

Completed in 42 milliseconds