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

Function ff_epoll_create

lib/ff_epoll.c:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24int
25ff_epoll_create(int size __attribute__((__unused__)))
26{
27 return ff_kqueue();
28}
29
30int
31ff_epoll_ctl(int epfd, int op, int fd, struct epoll_event *event)

Callers 2

mainFunction · 0.85
ff_sys_epoll_createFunction · 0.85

Calls 1

ff_kqueueFunction · 0.85

Tested by

no test coverage detected