]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEBUG: thread: report the spin lock counters as seek locks
authorWilly Tarreau <w@1wt.eu>
Mon, 10 Feb 2025 07:02:42 +0000 (08:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 10 Feb 2025 17:34:43 +0000 (18:34 +0100)
commit99a88ee90465aa4015bfc388acf62cb66f0d19a2
tree4e4cba13b4bb86a3963384bf9401d79a5db61539
parent7ddcdff33fbe62c1f0a342c64152833897c7647e
DEBUG: thread: report the spin lock counters as seek locks

Technically speaking, spin locks use a seek lock, not a write lock,
so better count them appropriately for consistency (lock time, or
function calls count).
src/thread.c