Home
last modified time | relevance | path

Searched refs:rt_pollreq_t (Results 1 – 6 of 6) sorted by relevance

/components/drivers/include/ipc/
A Dpoll.h28 } 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 Dpoll.c36 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 Depoll.c46 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 Dpipe.c357 static int pipe_fops_poll(struct dfs_file *fd, rt_pollreq_t *req) in pipe_fops_poll()
/components/lwp/terminal/
A Dbsd_porting.h217 typedef int d_poll_t(struct lwp_tty *tp, rt_pollreq_t *req,
/components/lwp/terminal/freebsd/
A Dtty.c657 static int ttydev_poll(struct lwp_tty *tp, rt_pollreq_t *req, struct rt_thread *td) in ttydev_poll()

Completed in 12 milliseconds