]> 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@isc.org>
Fri, 26 Feb 2021 20:14:17 +0000 (21:14 +0100)
commit0e90858d999024560133db57c76dea7caa6354af
treeba0a05887bad9a6851ebd940d7618643ab624b20
parent45c55b1e7ef860c133b4e3439d84e01e12a9c2a1
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.

(cherry picked from commit bea333f7c92c3ffa1eec25e19e86d0487457365b)
lib/isc/hp.c