From: Ondřej Surý Date: Sat, 28 Jun 2025 12:06:05 +0000 (+0200) Subject: chg: dev: Change isc_tid to be isc_tid_t type (a signed integer type) X-Git-Tag: v9.21.10~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97bb7eb4df0dc3e06ac6d07fae68daefbfc022ff;p=thirdparty%2Fbind9.git chg: dev: Change isc_tid to be isc_tid_t type (a signed integer type) Change the internal type used for isc_tid unit to isc_tid_t to hide the specific integer type being used for the 'tid'. Internally, the isc_tid unit is now using signed integer type. This allows us to have negatively indexed arrays that works both for threads with assigned tid and the threads with unassigned tid. Additionally, limit the number of threads (loops) to 512 (compile time default). Merge branch 'ondrej/tidy-up-isc-tid' into 'main' See merge request isc-projects/bind9!10656 --- 97bb7eb4df0dc3e06ac6d07fae68daefbfc022ff