Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
int
25
ff_epoll_create(int size __attribute__((__unused__)))
26
{
27
return ff_kqueue();
28
}
29
30
int
31
ff_epoll_ctl(int epfd, int op, int fd, struct epoll_event *event)
Callers
2
main
Function · 0.85
ff_sys_epoll_create
Function · 0.85
Calls
1
ff_kqueue
Function · 0.85
Tested by
no test coverage detected