MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ff_linux_epoll_ctl

Function ff_linux_epoll_ctl

adapter/syscall/ff_linux_syscall.c:235–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235int ff_linux_epoll_ctl(int epfd, int op, int fd,
236 struct epoll_event *event)
237{
238 ERR_LOG("ff_linux_epoll_ctl, epfd:%d, op:%d, fd:%d\n", epfd, op, fd);
239 SYSCALL(epoll_ctl, (epfd, op, fd, event));
240}
241
242int
243ff_linux_epoll_wait(int epfd, struct epoll_event *events,

Callers 1

ff_hook_epoll_ctlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected