bind9/lib
Tony Finch 555690a3c9 Simplify thread spawning
The `isc_trampoline` module had a lot of machinery to support stable
thread IDs for use by hazard pointers. But the hazard pointer code
is gone, and the `isc_loop` module now has its own per-loop thread
IDs.

The trampoline machinery seems over-complicated for its remaining
tasks, so move the per-thread initialization into `isc/thread.c`,
and delete the rest.
2023-03-31 17:21:52 +01:00
..
dns Refactor isc_time_now() to return time, and not result 2023-03-31 15:02:06 +02:00
isc Simplify thread spawning 2023-03-31 17:21:52 +01:00
isccc Apply adjusted clang-format 2023-03-10 17:31:28 +01:00
isccfg allow configuration of dnsrps library path 2023-03-28 15:44:31 -07:00
ns Refactor isc_time_now() to return time, and not result 2023-03-31 15:02:06 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00