| /components/libc/posix/io/poll/ |
| A D | poll.c | 221 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 D | SConscript | 10 src += ['poll.c']
|
| A D | poll.h | 64 int poll(struct pollfd *fds, nfds_t nfds, int timeout);
|
| A D | select.c | 128 ret = poll(pollset, npfds, msec); in select()
|
| /components/libc/posix/io/ |
| A D | README.md | 7 | poll | Nonblocking I/O |
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | altcp.c | 261 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 D | altcp_tcp.c | 137 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 D | Kconfig | 21 bool "Enable I/O Multiplexing poll() <poll.h>"
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | altcp.h | 78 altcp_poll_fn poll; member 99 void altcp_poll(struct altcp_pcb *conn, altcp_poll_fn poll, u8_t interval);
|
| A D | tcp.h | 358 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 D | tcp.h | 258 tcp_poll_fn poll; member 322 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
|
| A D | tcp_impl.h | 253 if((pcb)->poll != NULL) \ 254 (ret) = (pcb)->poll((pcb)->callback_arg,(pcb)); \
|
| /components/net/sal/ |
| A D | Kconfig | 35 …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 D | devfs.c | 268 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 D | procfs.c | 213 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 D | tcp.h | 301 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 D | dfs_net.c | 113 .poll = dfs_net_poll,
|
| /components/net/sal/include/ |
| A D | sal_low_lvl.h | 89 int (*poll) (struct dfs_file *file, struct rt_pollreq *req); member
|
| /components/dfs/dfs_v1/include/ |
| A D | dfs_file.h | 34 int (*poll) (struct dfs_file *fd, struct rt_pollreq *req); member
|
| /components/net/lwip/lwip-2.1.2/src/apps/http/ |
| A D | altcp_proxyconnect.c | 282 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 D | tcp_priv.h | 223 if((pcb)->poll != NULL) \ 224 (ret) = (pcb)->poll((pcb)->callback_arg,(pcb)); \
|
| /components/libc/posix/io/epoll/ |
| A D | epoll.c | 77 .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 D | tcp_priv.h | 228 if((pcb)->poll != NULL) \ 229 (ret) = (pcb)->poll((pcb)->callback_arg,(pcb)); \
|
| /components/net/sal/impl/ |
| A D | af_inet_lwip.c | 317 .poll = inet_poll,
|
| /components/dfs/dfs_v2/include/ |
| A D | dfs_file.h | 49 int (*poll)(struct dfs_file *file, struct rt_pollreq *req); member
|