Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
rt_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_poll
Function · 0.85
ptsdev_poll
Function · 0.85
ttydev_poll
Function · 0.85
serial_fops_poll
Function · 0.85
serial_fops_poll
Function · 0.85
usbh_serial_fops_poll
Function · 0.85
pipe_fops_poll
Function · 0.85
rtlink_fops_poll
Function · 0.85
eventfd_poll
Function · 0.85
epoll_poll
Function · 0.85
timerfd_poll
Function · 0.85
signalfd_poll
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected