haproxy/include
Willy Tarreau 88ac59be4d MINOR: threads: use faster locks for the spin locks
The spin locks used to rely on W locks, which involve a loop waiting
for readers to leave, and this doesn't happen here. It's more efficient
to use S locks instead, which are also mutually exclusive and do not
have this loop. This saves one test per spinlock and a few tens of
bytes allowing certain functions to be inlined.
2017-11-06 11:20:11 +01:00
..
common MINOR: threads: use faster locks for the spin locks 2017-11-06 11:20:11 +01:00
import MINOR: threads: Add atomic-ops and plock includes in import dir 2017-10-31 11:36:13 +01:00
proto MAJOR: task: make use of the scope-aware ebtree functions 2017-11-06 11:20:11 +01:00
types MAJOR: task: make use of the scope-aware ebtree functions 2017-11-06 11:20:11 +01:00