MINOR: threads: Add atomic-ops and plock includes in import dir
authorEmeric Brun <ebrun@haproxy.com>
Fri, 7 Jul 2017 08:26:46 +0000 (10:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 10:36:13 +0000 (11:36 +0100)
commit7122ab31b195edb511fecf9c20904701970b195f
treef98f12ca7286b594e8bc6e3495755ce46644888f
parente9bd686b68279406b954239ce38f5bf1b24462be
MINOR: threads: Add atomic-ops and plock includes in import dir

atomic-ops header contains some low-level functions to do atomic
operations. These operations are used by the progressive locks (plock).
include/import/atomic-ops.h [new file with mode: 0644]
include/import/plock.h [new file with mode: 0644]