Searched refs:lastfd (Results 1 – 1 of 1) sorted by relevance
56 int firstfd, lastfd; in _hurd_select() local223 lastfd = i - 1; in _hurd_select()224 firstfd = i == 0 ? lastfd : 0; in _hurd_select()248 firstfd = lastfd = -1; in _hurd_select()278 lastfd = i; in _hurd_select()318 for (i = firstfd; i <= lastfd; ++i) in _hurd_select()332 if (firstfd == lastfd && sigport == MACH_PORT_NULL) in _hurd_select()498 for (i = firstfd; i <= lastfd; ++i) in _hurd_select()547 for (i = firstfd; i <= lastfd; ++i) in _hurd_select()560 || ((firstfd != lastfd || sigport != MACH_PORT_NULL) && portset != MACH_PORT_NULL)) in _hurd_select()[all …]
Completed in 4 milliseconds