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

Function ff_sys_epoll_ctl

adapter/syscall/ff_socket_ops.c:289–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289static int
290ff_sys_epoll_ctl(struct ff_epoll_ctl_args *args)
291{
292 DEBUG_LOG("to run ff_epoll_ctl, epfd:%d, op:%d, fd:%d\n",
293 args->epfd, args->op, args->fd);
294 return ff_epoll_ctl(args->epfd, args->op, args->fd,
295 args->event);
296}
297
298static int
299ff_sys_epoll_wait(struct ff_epoll_wait_args *args)

Callers 1

ff_so_handlerFunction · 0.85

Calls 1

ff_epoll_ctlFunction · 0.85

Tested by

no test coverage detected