Searched refs:nfds_t (Results 1 - 6 of 6) sorted by relevance
/kernel/liteos_m/kal/libc/newlib/porting/include/ |
H A D | poll.h | 48 typedef unsigned long nfds_t; typedef 56 int poll(struct pollfd *fds, nfds_t nfds, int timeout);
|
/kernel/liteos_m/kal/posix/src/ |
H A D | poll.c | 91 STATIC INT32 QueryFds(struct pollfd *fds, nfds_t nfds, struct PollTable *table) in QueryFds() 157 STATIC INLINE INT32 PollTimedWait(struct pollfd *fds, nfds_t nfds, struct PollTable *table, INT32 timeout) in PollTimedWait() 200 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll()
|
/kernel/liteos_a/syscall/ |
H A D | los_syscall.h | 214 typedef int (*PollFun)(struct pollfd *fds, nfds_t nfds, int timeout);
287 extern int SysPoll(struct pollfd *fds, nfds_t nfds, int timeout);
288 extern int SysPpoll(struct pollfd *fds, nfds_t nfds, const struct timespec *tmo_p,
|
H A D | fs_syscall.c | 180 static int PollfdToSystem(struct pollfd *fds, nfds_t nfds, int **pollFdsBak) in PollfdToSystem() 208 static void RestorePollfd(struct pollfd *fds, nfds_t nfds, const int *pollFds) in RestorePollfd() 219 static int UserPoll(struct pollfd *fds, nfds_t nfds, int timeout) in UserPoll() 1552 int SysPoll(struct pollfd *fds, nfds_t nfds, int timeout) in SysPoll() 2657 int SysPpoll(struct pollfd *fds, nfds_t nfds, const struct timespec *tmo_p, const sigset_t *sigMask, int nsig) in SysPpoll()
|
/kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
H A D | sockets_porting.c | 253 int poll(struct pollfd *fds, nfds_t nfds, int timeout)
in poll()
|
/kernel/uniproton/src/net/lwip-2.1/src/ |
H A D | sockets.c | 245 int poll(struct pollfd *fds, nfds_t nfds, int timeout)
in poll()
|
Completed in 7 milliseconds