]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tasks: Remove wq_lock and the per-thread group wait queues
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 13 May 2026 11:54:42 +0000 (13:54 +0200)
committerOlivier Houchard <cognet@ci0.org>
Fri, 12 Jun 2026 09:49:09 +0000 (11:49 +0200)
commitaaee6c463cfa5ba4068c953ac658a0dfceda00db
treeb58b13e0d849fb9cca68f0090c01e2334a94226d
parentcaa1cd067476a50f26c329a2da58747e085f07ec
MINOR: tasks: Remove wq_lock and the per-thread group wait queues

Now that they are no longer used, remove wq_lock and the per-thread
group wait queues.
doc/design-thoughts/thread-group.txt
include/haproxy/task.h
include/haproxy/thread-t.h
include/haproxy/tinfo-t.h
src/task.c
src/thread.c