MEDIUM: pools: remove the locked pools implementation
authorWilly Tarreau <w@1wt.eu>
Thu, 10 Jun 2021 15:31:48 +0000 (17:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 10 Jun 2021 15:46:50 +0000 (17:46 +0200)
commit8715dec6f990abb824c41a8cc2a4f6c95108111f
tree65e4a8d05119b618e3be11f7609265681fea08f3
parent1526ffe815ef6136eaabb9d1c188fe7e636f2062
MEDIUM: pools: remove the locked pools implementation

Now that the modified lockless variant does not need a DWCAS anymore,
there's no reason to keep the much slower locked version, so let's
just get rid of it.
Makefile
include/haproxy/pool-t.h
include/haproxy/pool.h
include/haproxy/thread.h
src/pool.c