]> git.proxmox.com Git - mirror_frr.git/commit - tests/subdir.am
lib: atomlist & atomsort
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 8 Nov 2016 17:11:20 +0000 (18:11 +0100)
committerDavid Lamparter <equinox@diac24.net>
Sat, 27 Apr 2019 17:33:39 +0000 (19:33 +0200)
commitbcea0c0fde0ae5f69aae7bd9d20f643075a14d06
tree77edb292b04c620bb3249dfb720598d7572ea8bb
parent80911bc26a44fd29eb311edbba7eb926d4eee1b8
lib: atomlist & atomsort

These two are lock-free linked list implementations, the plain one is
primarily intended for queues while the sorted one is for general data
storage.

Signed-off-by: David Lamparter <equinox@diac24.net>
lib/atomlist.c [new file with mode: 0644]
lib/atomlist.h [new file with mode: 0644]
lib/compiler.h
lib/subdir.am
tests/.gitignore
tests/lib/test_atomlist.c [new file with mode: 0644]
tests/lib/test_atomlist.py [new file with mode: 0644]
tests/subdir.am