summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/forkfd/forkfd_gcc.h
Commit message (Collapse)AuthorAgeFilesLines
* Import forkfd into qtbaseThiago Macieira2014-11-041-0/+76
forkfd is a tool that I designed to facilitate spawning sub-processes. It's implemented in C, not C++, so that it could be used by other libraries as well. To work in all platforms Qt supports and with all compilers Qt is known to work with, we'll need to replace the generic GCC atomics that are provided here. Change-Id: I0a6f86cc220a7c52c8d4284bb7140c56d5cf836a Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>