Searched refs:rt_pollreq_t (Results 1 – 6 of 6) sorted by relevance
| /components/drivers/include/ipc/ |
| A D | poll.h | 28 } rt_pollreq_t; typedef 30 rt_inline void rt_poll_add(rt_wqueue_t *wq, rt_pollreq_t *req) in rt_poll_add()
|
| /components/libc/posix/io/poll/ |
| A D | poll.c | 36 rt_pollreq_t req; /**< Poll request. */ 93 static void _poll_add(rt_wqueue_t *wq, rt_pollreq_t *req) in _poll_add() 206 static int do_pollfd(struct pollfd *pollfd, rt_pollreq_t *req) in do_pollfd()
|
| /components/libc/posix/io/epoll/ |
| A D | epoll.c | 46 rt_pollreq_t req; /**< Poll request structure */ 63 rt_pollreq_t req; /**< Poll request structure */ 71 static int epoll_get_event(struct rt_fd_list *fl, rt_pollreq_t *req); 241 static void epoll_wqueue_add_callback(rt_wqueue_t *wq, rt_pollreq_t *req) in epoll_wqueue_add_callback() 737 static int epoll_get_event(struct rt_fd_list *fl, rt_pollreq_t *req) in epoll_get_event()
|
| /components/drivers/ipc/ |
| A D | pipe.c | 357 static int pipe_fops_poll(struct dfs_file *fd, rt_pollreq_t *req) in pipe_fops_poll()
|
| /components/lwp/terminal/ |
| A D | bsd_porting.h | 217 typedef int d_poll_t(struct lwp_tty *tp, rt_pollreq_t *req,
|
| /components/lwp/terminal/freebsd/ |
| A D | tty.c | 657 static int ttydev_poll(struct lwp_tty *tp, rt_pollreq_t *req, struct rt_thread *td) in ttydev_poll()
|
Completed in 12 milliseconds