summaryrefslogtreecommitdiffstats
path: root/src/llist_ts.h
Commit message (Collapse)AuthorAgeFilesLines
* Add macros to use for thread-safe linked lists.Lukas Fleischer2011-04-191-0/+87
Add LLIST_TS_* macros in a fashion similar to the already existing LLIST_* macros. Unlike the non-thread-safe version, these include LLIST_TS_LOCK and LLIST_TS_UNLOCK which can be used to lock (and unlock) a list (hence the thread-safety). Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>