Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 25 of 47) sorted by relevance

12

/components/libc/posix/io/poll/
A Dpoll.c221 if (f->vnode->fops->poll) in do_pollfd()
225 mask = f->vnode->fops->poll(f, req); in do_pollfd()
347 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() function
A DSConscript10 src += ['poll.c']
A Dpoll.h64 int poll(struct pollfd *fds, nfds_t nfds, int timeout);
A Dselect.c128 ret = poll(pollset, npfds, msec); in select()
/components/libc/posix/io/
A DREADME.md7 | poll | Nonblocking I/O |
/components/net/lwip/lwip-2.1.2/src/core/
A Daltcp.c261 altcp_poll(struct altcp_pcb *conn, altcp_poll_fn poll, u8_t interval) in altcp_poll() argument
264 conn->poll = poll; in altcp_poll()
521 altcp_poll(conn->inner_conn, conn->poll, interval); in altcp_default_set_poll()
A Daltcp_tcp.c137 if (conn->poll) { in altcp_tcp_poll()
138 return conn->poll(conn->arg, conn); in altcp_tcp_poll()
320 tcp_poll_fn oldpoll = pcb->poll; in altcp_tcp_close()
/components/libc/posix/
A DKconfig21 bool "Enable I/O Multiplexing poll() <poll.h>"
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Daltcp.h78 altcp_poll_fn poll; member
99 void altcp_poll(struct altcp_pcb *conn, altcp_poll_fn poll, u8_t interval);
A Dtcp.h358 tcp_poll_fn poll; member
421 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dtcp.h258 tcp_poll_fn poll; member
322 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
A Dtcp_impl.h253 if((pcb)->poll != NULL) \
254 (ret) = (pcb)->poll((pcb)->callback_arg,(pcb)); \
/components/net/sal/
A DKconfig35 …BSD socket operated by file system API, such as read/write and involveed in select/poll POSIX APIs.
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevfs.c268 if (device->fops && device->fops->poll) in dfs_devfs_poll()
270 mask = device->fops->poll(file, req); in dfs_devfs_poll()
424 .poll = dfs_devfs_poll,
/components/dfs/dfs_v2/filesystems/procfs/
A Dprocfs.c213 if (entry && entry->fops && entry->fops->poll) in dfs_procfs_poll()
215 ret = entry->fops->poll(file, req); in dfs_procfs_poll()
391 .poll = dfs_procfs_poll,
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dtcp.h301 tcp_poll_fn poll; member
362 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
/components/net/sal/dfs_net/
A Ddfs_net.c113 .poll = dfs_net_poll,
/components/net/sal/include/
A Dsal_low_lvl.h89 int (*poll) (struct dfs_file *file, struct rt_pollreq *req); member
/components/dfs/dfs_v1/include/
A Ddfs_file.h34 int (*poll) (struct dfs_file *fd, struct rt_pollreq *req); member
/components/net/lwip/lwip-2.1.2/src/apps/http/
A Daltcp_proxyconnect.c282 if (conn->poll) { in altcp_proxyconnect_lower_poll()
283 return conn->poll(conn->arg, conn); in altcp_proxyconnect_lower_poll()
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dtcp_priv.h223 if((pcb)->poll != NULL) \
224 (ret) = (pcb)->poll((pcb)->callback_arg,(pcb)); \
/components/libc/posix/io/epoll/
A Depoll.c77 .poll = epoll_poll,
749 if (df->vnode->fops->poll) in epoll_get_event()
752 mask = df->vnode->fops->poll(df, req); in epoll_get_event()
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dtcp_priv.h228 if((pcb)->poll != NULL) \
229 (ret) = (pcb)->poll((pcb)->callback_arg,(pcb)); \
/components/net/sal/impl/
A Daf_inet_lwip.c317 .poll = inet_poll,
/components/dfs/dfs_v2/include/
A Ddfs_file.h49 int (*poll)(struct dfs_file *file, struct rt_pollreq *req); member

Completed in 61 milliseconds

12