]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: threads: Avoid using a thread group mask when stopping.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 6 Jan 2026 06:48:10 +0000 (07:48 +0100)
committerOlivier Houchard <ohouchard@haproxy.com>
Tue, 6 Jan 2026 07:30:55 +0000 (08:30 +0100)
commit853604f87aa22cf0d422f0fbccc2d76f4becd78a
tree42d5769db2acd9eb6fc8b271069c04103a5db654
parent529a8dbfbac8efbda5b0bdbe1abcf81f6b749d02
MINOR: threads: Avoid using a thread group mask when stopping.

Remove the "stopped_tgroup_mask" variable, that indicated which thread
groups were stopping, and instead just use "stopped_tgroups", a counter
indicating how many thread groups are stopping. We want to remove all
thread group masks, so that we can increase the maximum number of thread
groups past 64.
src/haproxy.c