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

Function ff_kevent

lib/ff_syscall_wrapper.c:1688–1693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1686}
1687
1688int
1689ff_kevent(int kq, const struct kevent *changelist, int nchanges,
1690 struct kevent *eventlist, int nevents, const struct timespec *timeout)
1691{
1692 return ff_kevent_do_each(kq, changelist, nchanges, eventlist, nevents, timeout, NULL);
1693}
1694
1695int
1696#if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 31)

Callers 13

loopFunction · 0.85
mainFunction · 0.85
loopFunction · 0.85
mainFunction · 0.85
ff_epoll_ctlFunction · 0.85
aeApiAddEventFunction · 0.85
aeApiDelEventFunction · 0.85
aeApiPollFunction · 0.85
keventFunction · 0.85
ff_sys_keventFunction · 0.85
KqueueCtrlAddMethod · 0.85
KqueueCtrlDelRefMethod · 0.85

Calls 1

ff_kevent_do_eachFunction · 0.85

Tested by

no test coverage detected