Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ sys_kqueue
Function
sys_kqueue
freebsd/kern/kern_event.c:955–960 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
953
}
954
955
int
956
sys_kqueue(struct thread *td, struct kqueue_args *uap)
957
{
958
959
return (kern_kqueue(td, 0, NULL));
960
}
961
962
static void
963
kqueue_init(struct kqueue *kq)
Callers
nothing calls this directly
Calls
1
kern_kqueue
Function · 0.85
Tested by
no test coverage detected