Home
last modified time | relevance | path

Searched refs:_hurd_select (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/
Dppoll.c28 return _hurd_select (nfds, fds, NULL, NULL, NULL, timeout, sigmask); in ppoll()
Dpselect.c36 return _hurd_select (nfds, NULL, in __pselect()
Dpoll.c44 return _hurd_select (nfds, fds, NULL, NULL, NULL, to, NULL); in __poll()
Dselect.c42 return _hurd_select (nfds, NULL, readfds, writefds, exceptfds, to, NULL); in __select()
/glibc-2.36/hurd/hurd/
Dfd.h280 extern int _hurd_select (int nfds, struct pollfd *pollfds,
/glibc-2.36/hurd/
Dhurdselect.c46 _hurd_select (int nfds, in _hurd_select() function
/glibc-2.36/ChangeLog.old/
DChangeLog.204767 hurd: Use __clock_gettime in _hurd_select
4770 (_hurd_select): Modified function.
5881 (_hurd_select): Modified function.
DChangeLog.91860 (_hurd_select): New function, guts taken from ...
1862 Now work by just calling _hurd_select.
1863 * hurd/hurd/fd.h: Declare _hurd_select.
DChangeLog.138189 * hurd/hurdselect.c (_hurd_select): Fix
9641 * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
12209 * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
DChangeLog.1012449 _hurd_select if TIMEMOUT is -1.
12742 * hurd/hurdselect.c (_hurd_select): When bailing for bogus fd, don't
DChangeLog.213295 (_hurd_select): Modified function.
5829 (_hurd_select): Modified function.
DChangeLog.256291 (_hurd_select): Modified function.
DChangeLog.191153 (_hurd_select):
1179 * hurd/hurdselect.c (_hurd_select): Always call __io_select with no
1185 (_hurd_select): Replace the call to __io_select with either
6758 * hurd/hurdselect.c (_hurd_select): Likewise.
DChangeLog.2411899 (_hurd_select): Modified function.
DChangeLog.1840263 * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
40268 * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
40270 * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
82956 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
96365 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down