Searched refs:ExceptionFDS (Results 1 – 1 of 1) sorted by relevance
692 fd_set ExceptionFDS = aExceptionFDS_; in Yield() local718 nFound = select( nFDs, &ReadFDS, NULL, &ExceptionFDS, pTimeout ); in Yield()752 &ExceptionFDS, &noTimeout ); in Yield()763 if ( FD_ISSET( nFD, &ExceptionFDS ) ) { in Yield()
Completed in 20 milliseconds