Searched refs:_kern_poll (Results 1 - 5 of 5) sorted by path

/haiku/headers/private/system/
H A Dsyscalls.h302 extern ssize_t _kern_poll(struct pollfd *fds, int numFDs,
/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp918 _kern_poll(struct pollfd *fds, int numFDs, bigtime_t timeout, function
/haiku/src/system/libroot/posix/
H A Dpoll.cpp25 RETURN_AND_SET_ERRNO_TEST_CANCEL(_kern_poll(fds, numfds, timeout * 1000LL,
39 status = _kern_poll(fds, numfds, timeout, sigMask);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1222 void _kern_poll() {} function
H A Dlibroot_stubs_legacy.c1142 void _kern_poll() {} function

Completed in 293 milliseconds