summaryrefslogtreecommitdiff
path: root/lib/atomic.h
Commit message (Collapse)AuthorAgeFilesLines
* Indent codeZoltan Fridrich2023-01-271-15/+16
| | | | | Co-authored-by: Simon Josefsson <simon@josefsson.org> Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
* Add or clean header guards in lib/Tim Rühsen2019-05-071-3/+3
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* Fixed segmentation faults caused by accessing NULL pointers during mutex ↵Tom Vrancken2017-08-261-6/+6
| | | | | | operations. This bug was triggered while setting priorities. Signed-off-by: Tom Vrancken <email@tomvrancken.nl>
* Introduced atomic.h to simplify handling of atomic integersNikos Mavrogiannopoulos2017-07-251-0/+81
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>