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

Function ff_sys_epoll_create

adapter/syscall/ff_socket_ops.c:282–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282static int
283ff_sys_epoll_create(struct ff_epoll_create_args *args)
284{
285 DEBUG_LOG("to run ff_epoll_create, size:%d\n", args->size);
286 return ff_epoll_create(args->size);
287}
288
289static int
290ff_sys_epoll_ctl(struct ff_epoll_ctl_args *args)

Callers 1

ff_so_handlerFunction · 0.85

Calls 1

ff_epoll_createFunction · 0.85

Tested by

no test coverage detected