Skip to content
  • Ondřej Surý's avatar
    Add and use ISC_THREAD_LOCAL macro · 01731d4b
    Ondřej Surý authored and Ondřej Surý's avatar Ondřej Surý committed
    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.
    01731d4b