mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-17 04:51:09 +01:00
The new lock_level field indicates the number of cumulated locks that are held by the current thread. It's fed as soon as DEBUG_THREAD is at least 1. In addition, thread_isolate() adds 128, so that it's even possible to check for combinations of both. The value is also reported in thread dumps (warnings and panics).