bind9/lib/isc/netmgr
Ondřej Surý 01731d4b1b Add and use ISC_THREAD_LOCAL macro
The new ISC_THREAD_LOCAL macro unifies usage of platform dependent
Thread Local Storage definition thread_local vs __thread vs
__declspec(thread) to a single macro.

The commit also unifies the required level of support for TLS as for
some parts of the code it was mandatory and for some parts of the code
it wasn't.
2019-12-03 16:27:24 +01:00
..
Makefile.in netmgr: libuv-based network manager 2019-11-07 11:55:37 -08:00
netmgr-int.h Add and use ISC_THREAD_LOCAL macro 2019-12-03 16:27:24 +01:00
netmgr.c Add and use ISC_THREAD_LOCAL macro 2019-12-03 16:27:24 +01:00
tcp.c netmgr: add shutdown function 2019-11-22 16:46:32 -08:00
tcpdns.c netmgr: fix TCP backlog and client quota count 2019-11-22 16:46:32 -08:00
udp.c clean up comments 2019-11-17 18:59:40 -08:00
uverr2result.c netmgr: libuv-based network manager 2019-11-07 11:55:37 -08:00