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

Function ff_sys_kqueue

adapter/syscall/ff_socket_ops.c:338–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338static int
339ff_sys_kqueue(struct ff_kqueue_args *args)
340{
341 return ff_kqueue();
342}
343
344static int
345ff_sys_kevent(struct ff_kevent_args *args)

Callers 1

ff_so_handlerFunction · 0.85

Calls 1

ff_kqueueFunction · 0.85

Tested by

no test coverage detected