bind9/lib/isc/pthreads
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
..
include Add and use ISC_THREAD_LOCAL macro 2019-12-03 16:27:24 +01:00
condition.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
Makefile.in address win32 build issues 2018-05-22 16:32:21 -07:00
mutex.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
thread.c Make isc_thread_join() assert internally on failure 2019-07-31 11:56:58 +02:00