Files
bind9/lib/isc
Ondřej Surý 4c8f6ebeb1 Use barriers for netmgr synchronization
The netmgr listening, stoplistening, pausing and resuming functions
now use barriers for synchronization, which makes the code much simpler.

isc/barrier.h defines isc_barrier macros as a front-end for uv_barrier
on platforms where that works, and pthread_barrier where it doesn't
(including TSAN builds).
2021-05-07 14:28:32 -07:00
..
2021-04-20 23:22:28 +02:00
2020-12-08 18:36:23 +01:00
2021-05-07 14:28:32 -07:00