Searched refs:rt_poll_add (Results 1 – 15 of 15) sorted by relevance
| /components/drivers/include/ipc/ |
| A D | poll.h | 30 rt_inline void rt_poll_add(rt_wqueue_t *wq, rt_pollreq_t *req) in rt_poll_add() function
|
| /components/net/sal/impl/ |
| A D | af_inet_at.c | 45 rt_poll_add(&sock->wait_head, req); in at_poll()
|
| A D | af_inet_lwip.c | 265 rt_poll_add(&sock->wait_head, req); in inet_poll()
|
| /components/drivers/ipc/ |
| A D | pipe.c | 364 rt_poll_add(&pipe->reader_queue, req); in pipe_fops_poll() 365 rt_poll_add(&pipe->writer_queue, req); in pipe_fops_poll()
|
| /components/libc/posix/io/eventfd/ |
| A D | eventfd.c | 94 rt_poll_add(&ctx->reader_queue, req); in eventfd_poll()
|
| /components/lwp/terminal/freebsd/ |
| A D | tty_pts.c | 421 rt_poll_add(&psc->pts_outpoll, req); in ptsdev_poll() 423 rt_poll_add(&psc->pts_inpoll, req); in ptsdev_poll()
|
| A D | tty.c | 688 rt_poll_add(&tp->t_inpoll, req); in ttydev_poll() 690 rt_poll_add(&tp->t_outpoll, req); in ttydev_poll()
|
| /components/libc/posix/io/signalfd/ |
| A D | signalfd.c | 92 rt_poll_add(&sfd->signalfd_queue, req); in signalfd_poll()
|
| /components/utilities/rt-link/src/ |
| A D | rtlink_dev.c | 129 rt_poll_add(&(device->wait_queue), req); in rtlink_fops_poll()
|
| /components/libc/posix/io/timerfd/ |
| A D | timerfd.c | 104 rt_poll_add(&tfd->timerfd_queue, req); in timerfd_poll()
|
| /components/libc/posix/io/epoll/ |
| A D | epoll.c | 172 rt_poll_add(&ep->epoll_read, req); in epoll_poll()
|
| /components/drivers/usb/cherryusb/platform/rtthread/ |
| A D | usbh_serial.c | 538 rt_poll_add(&(device->wait_queue), req); in usbh_serial_fops_poll()
|
| /components/lwp/ |
| A D | lwp_ipc.c | 1018 rt_poll_add(&(ch->reader_queue), req); in channel_fops_poll()
|
| /components/drivers/serial/ |
| A D | dev_serial.c | 213 rt_poll_add(&(device->wait_queue), req); in serial_fops_poll()
|
| A D | dev_serial_v2.c | 245 rt_poll_add(&device->wait_queue, req); in serial_fops_poll()
|
Completed in 28 milliseconds