aboutsummaryrefslogtreecommitdiffstats
path: root/compat/atomics/pthread
Commit message (Collapse)AuthorAgeFilesLines
* compat/atomics: fix atomic_fetch_xorJames Almer2017-04-021-1/+1
|
* compat/atomics: rename header guardsJames Almer2016-12-021-3/+3
| | | | | | Fixes fate-source. Signed-off-by: James Almer <jamrial@gmail.com>
* Add a compat stdatomic.h implementation based on pthreadsAnton Khirnov2016-12-022-0/+236
Adapted from the code by Rémi Denis-Courmont from VLC This merges libav commit f9a6a80e065cdb95b233978f1d96ec9bc863daa1. Signed-off-by: Wan-Teh Chang <wtc@google.com> Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: James Almer <jamrial@gmail.com>