summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/forkfd/forkfd_atomic.h
Commit message (Collapse)AuthorAgeFilesLines
* forkfd: Add C11 and C++11 atomic supportThiago Macieira2019-08-201-0/+39
For forkfd, this is extremely useful, since users can rely on proper atomic API, not the old GCC API or the internal API that backs the C11 / C++11 implementation itself. This also caught one more mistaken use of seq_cst. Change-Id: Iec9c051acd73484c8d94fffd15b9985fe545e8b5 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>