MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_poll_add

Function rt_poll_add

components/drivers/include/ipc/poll.h:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28} rt_pollreq_t;
29
30rt_inline void rt_poll_add(rt_wqueue_t *wq, rt_pollreq_t *req)
31{
32 if (req && req->_proc && wq)
33 {
34 req->_proc(wq, req);
35 }
36}
37
38#ifdef __cplusplus
39}

Callers 14

channel_fops_pollFunction · 0.85
ptsdev_pollFunction · 0.85
ttydev_pollFunction · 0.85
serial_fops_pollFunction · 0.85
serial_fops_pollFunction · 0.85
usbh_serial_fops_pollFunction · 0.85
pipe_fops_pollFunction · 0.85
rtlink_fops_pollFunction · 0.85
eventfd_pollFunction · 0.85
epoll_pollFunction · 0.85
timerfd_pollFunction · 0.85
signalfd_pollFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected