bind9/tests/libtest
Evan Hunt c47fa689d4
use a thread-local variable to get the current running loop
if we had a method to get the running loop, similar to how
isc_tid() gets the current thread ID, we can simplify loop
and loopmgr initialization.

remove most uses of isc_loop_current() in favor of isc_loop().
in some places where that was the only reason to pass loopmgr,
remove loopmgr from the function parameters.
2024-04-02 10:35:56 +02:00
..
dns.c use a thread-local variable to get the current running loop 2024-04-02 10:35:56 +02:00
isc.c Always initialize the workers in the libtest 2023-04-21 09:04:24 +02:00
Makefile.am Get the tests working with liburcu 2023-05-12 20:48:31 +01:00
ns.c add a compile-time option to select default zone and cache DB 2024-03-06 10:49:02 +01:00
qp.c rename QP-related types to use standard BIND nomenclature 2023-09-28 00:32:39 -07:00