commit | b349e48ede90afe1c7b37741b87694429ddfc4da | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Aug 29 09:52:38 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 13:58:30 2017 +0100 |
tree | 5fd0c42d8ff771626bb0aa2f95f10b570860acbb | |
parent | f8188c69fa5d19e3e12ef92a30cd154c7fa514e1 [diff] |
MEDIUM: threads/pool: Make pool thread-safe by locking all access to a pool A lock has been added for each memory pool. It is used to protect the pool during allocations and releases. It is also used when pool info are dumped.