MCPcopy 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

53inline static int handle_io(struct fd_map* fm, int idx,int event_type);
54#else
55static 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_pollFunction · 0.70
io_wait_loop_selectFunction · 0.70
io_wait_loop_epollFunction · 0.70
io_wait_loop_kqueueFunction · 0.70
io_wait_loop_sigio_rtFunction · 0.70
io_wait_loop_devpollFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected