Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ handle_io
Function
handle_io
io_wait_loop.h:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
inline static int handle_io(struct fd_map* fm, int idx,int event_type);
54
#else
55
static int handle_io(struct fd_map* fm, int idx,int event_type) {
56
return 0;
57
}
58
#endif
59
60
Callers
6
io_wait_loop_poll
Function · 0.70
io_wait_loop_select
Function · 0.70
io_wait_loop_epoll
Function · 0.70
io_wait_loop_kqueue
Function · 0.70
io_wait_loop_sigio_rt
Function · 0.70
io_wait_loop_devpoll
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected