Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
338
static int
339
ff_sys_kqueue(struct ff_kqueue_args *args)
340
{
341
return ff_kqueue();
342
}
343
344
static int
345
ff_sys_kevent(struct ff_kevent_args *args)
Callers
1
ff_so_handler
Function · 0.85
Calls
1
ff_kqueue
Function · 0.85
Tested by
no test coverage detected