bind9/lib/isc/include
Ondřej Surý 72ff42d2bf Allocate work threads from their owning loop's memory context
A per-loop work thread referenced the loop manager's memory context,
which is not the context that backs the loop the thread serves. Pass
the owning loop instead and allocate from loop->mctx, keeping a loop
reference for the thread's lifetime. This matches how isc_work_enqueue
and work_done already obtain the context from the loop, and the
teardown uses loop->mctx before dropping the reference.
2026-06-17 22:29:51 +02:00
..
isc Allocate work threads from their owning loop's memory context 2026-06-17 22:29:51 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00