Searched refs:_hurd_select (Results 1 – 15 of 15) sorted by relevance
/glibc-2.36/sysdeps/mach/hurd/ |
D | ppoll.c | 28 return _hurd_select (nfds, fds, NULL, NULL, NULL, timeout, sigmask); in ppoll()
|
D | pselect.c | 36 return _hurd_select (nfds, NULL, in __pselect()
|
D | poll.c | 44 return _hurd_select (nfds, fds, NULL, NULL, NULL, to, NULL); in __poll()
|
D | select.c | 42 return _hurd_select (nfds, NULL, readfds, writefds, exceptfds, to, NULL); in __select()
|
/glibc-2.36/hurd/hurd/ |
D | fd.h | 280 extern int _hurd_select (int nfds, struct pollfd *pollfds,
|
/glibc-2.36/hurd/ |
D | hurdselect.c | 46 _hurd_select (int nfds, in _hurd_select() function
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.20 | 4767 hurd: Use __clock_gettime in _hurd_select 4770 (_hurd_select): Modified function. 5881 (_hurd_select): Modified function.
|
D | ChangeLog.9 | 1860 (_hurd_select): New function, guts taken from ... 1862 Now work by just calling _hurd_select. 1863 * hurd/hurd/fd.h: Declare _hurd_select.
|
D | ChangeLog.13 | 8189 * 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
|
D | ChangeLog.10 | 12449 _hurd_select if TIMEMOUT is -1. 12742 * hurd/hurdselect.c (_hurd_select): When bailing for bogus fd, don't
|
D | ChangeLog.21 | 3295 (_hurd_select): Modified function. 5829 (_hurd_select): Modified function.
|
D | ChangeLog.25 | 6291 (_hurd_select): Modified function.
|
D | ChangeLog.19 | 1153 (_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.
|
D | ChangeLog.24 | 11899 (_hurd_select): Modified function.
|
D | ChangeLog.18 | 40263 * 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
|