summaryrefslogtreecommitdiff
path: root/include/atomicity.h
Commit message (Collapse)AuthorAgeFilesLines
* Use generic atomic functionsJames Cowgill2017-01-151-13/+20
| | | | | | | | Use atomic_fetch_add from C11's stdatomic if available or fallback to GCC's __atomic functions. Remove atomic_add because is can trivially be implemented by calling exchange_and_add instead.
* uncrustification of jack source codePaul Davis2016-02-231-2/+2
|
* move non-public headers out of jack/ and into include/; fix up source tree ↵Paul Davis2012-02-081-0/+38
and configure.ac to reflect this change