Home
last modified time | relevance | path

Searched refs:nfds_t (Results 1 - 6 of 6) sorted by relevance

/kernel/liteos_m/kal/libc/newlib/porting/include/
H A Dpoll.h48 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 Dpoll.c91 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 Dlos_syscall.h214 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 Dfs_syscall.c180 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 Dsockets_porting.c253 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll()
/kernel/uniproton/src/net/lwip-2.1/src/
H A Dsockets.c245 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll()

Completed in 7 milliseconds