MCPcopy Create free account
hub / github.com/davmac314/dinit / ~kqueue_loop

Method ~kqueue_loop

dasynq/include/dasynq/kqueue.h:326–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324 }
325
326 ~kqueue_loop() noexcept
327 {
328 if (kqfd != -1) {
329 Base::cleanup();
330 close(kqfd);
331 }
332 }
333
334 void set_filter_enabled(short filterType, uintptr_t ident, void *udata, bool enable)
335 {

Callers

nothing calls this directly

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected