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

Function ff_linux_epoll_create

adapter/syscall/ff_linux_syscall.c:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229int ff_linux_epoll_create(int size)
230{
231 ERR_LOG("ff_linux_epoll_create, fdsize:%d\n", size);
232 SYSCALL(epoll_create, (size));
233}
234
235int ff_linux_epoll_ctl(int epfd, int op, int fd,
236 struct epoll_event *event)

Callers 1

ff_hook_epoll_createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected