Searched refs:timeout (Results 1 – 2 of 2) sorted by relevance
/debug/ |
A D | poll_chk.c | 22 __poll_chk (struct pollfd *fds, nfds_t nfds, int timeout, __SIZE_TYPE__ fdslen) in __poll_chk() argument 27 return __poll (fds, nfds, timeout); in __poll_chk()
|
A D | ppoll_chk.c | 22 __ppoll_chk (struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, in __ppoll_chk() argument 28 return ppoll (fds, nfds, timeout, ss); in __ppoll_chk()
|
Completed in 4 milliseconds