bind9/lib/isc/include
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
..
isc Simplify thread spawning 2023-03-31 17:21:52 +01:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00