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

Function kqueue

app/nginx-1.28.0/src/event/modules/ngx_ff_module.c:515–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513 }
514
515 int
516 kqueue(void)
517 {
518 return ff_kqueue();
519 }
520
521 int
522 kevent(int kq, const struct kevent *changelist, int nchanges,

Callers 2

ngx_kqueue_initFunction · 0.70
aeApiCreateFunction · 0.50

Calls 1

ff_kqueueFunction · 0.85

Tested by

no test coverage detected