MCPcopy 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
955int
956sys_kqueue(struct thread *td, struct kqueue_args *uap)
957{
958
959 return (kern_kqueue(td, 0, NULL));
960}
961
962static void
963kqueue_init(struct kqueue *kq)

Callers

nothing calls this directly

Calls 1

kern_kqueueFunction · 0.85

Tested by

no test coverage detected