]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use globally assigned thread_id in the isc_hp API
authorOndřej Surý <ondrej@sury.org>
Tue, 16 Feb 2021 15:02:51 +0000 (16:02 +0100)
committerOndřej Surý <ondrej@sury.org>
Thu, 25 Feb 2021 15:21:10 +0000 (16:21 +0100)
commitbea333f7c92c3ffa1eec25e19e86d0487457365b
tree261d6207a808022d9d65c85744ea7a61acd5d7ad
parentcbbecfcc822d7607adfcfcdaa35ccad05fa972c6
Use globally assigned thread_id in the isc_hp API

Convert the isc_hp API to use the globally available isc_tid_v instead
of locally defined tid_v.  This should solve most of the problems on
machines with many number of cores / CPUs.
lib/isc/hp.c