Searched refs:nfds_t (Results 1 - 4 of 4) sorted by path

/haiku/headers/posix/
H A Dpoll.h13 typedef unsigned long nfds_t; typedef
40 extern int poll(struct pollfd *fds, nfds_t numfds, int timeout);
41 extern int ppoll(struct pollfd *fds, nfds_t numfds,
/haiku/src/bin/debug/strace/
H A DNetworkTypes.cpp184 nfds_t numfds = context.ReadValue<nfds_t>(context.GetSibling(1));
202 for (nfds_t i = 0; i < numfds && added < 8; i++) {
/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp569 common_poll(struct pollfd *fds, nfds_t numFDs, bigtime_t timeout,
/haiku/src/system/libroot/posix/
H A Dpoll.cpp19 extern "C" int __ppoll(struct pollfd *fds, nfds_t numfds, const struct timespec *tv,
23 poll(struct pollfd *fds, nfds_t numfds, int timeout)
31 __ppoll(struct pollfd *fds, nfds_t numfds, const struct timespec *tv,

Completed in 109 milliseconds