summaryrefslogtreecommitdiff
path: root/src/pulsecore/atomic.h
Commit message (Expand)AuthorAgeFilesLines
* atomic: Explicitly cast void* to unsigned longPeter Levine2019-09-261-1/+1
* atomic: fix load and store for armv7 and higherThomas Hutschenreuther2019-06-111-0/+33
* pulsecore: Fix incorrect architecture mapping on sparc64.John Paul Adrian Glaubitz2016-06-221-1/+1
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* Fix #defines for Debian GNU/kFreeBSDFelipe Sateler2014-12-011-1/+1
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-17/+17
* More spelling fixesMaarten Bosmans2011-08-251-2/+2
* freebsd: fix atomic ops implementationsJoe Marcus Clarke2009-11-211-0/+104
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* NetBSD specific atomic operation implementationJared D. McNeill2009-01-221-0/+73
* fix a few compiler warnings on older gccLennart Poettering2008-08-291-1/+1
* reword amd64 messageLennart Poettering2008-08-291-1/+1
* the native atomic ops implementation for amd64 seems to work fineLennart Poettering2008-08-291-3/+3
* Change return value of cmpxchg atomic op to pa_bool_tLennart Poettering2008-08-291-14/+16
* add a few missing castsLennart Poettering2008-08-201-6/+6
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* add Nokia copyrightLennart Poettering2008-06-161-1/+2
* fix a compiler warning on ARM due to missing cast, patch from Jyri SarhaLennart Poettering2008-06-031-5/+5
* add proper arm atomic ops support, patch from Jyri SarhaLennart Poettering2008-03-261-1/+230
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-18/+175
* Replace AO_xxx usage with pa_atomic_xxx and friends wherever it makes senseLennart Poettering2007-05-271-0/+4
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+2
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-3/+3
* add static initializer PA_ATOMIC_INIT()Lennart Poettering2006-09-091-0/+2
* add a tiny wrapper around libatomic_ops: pa_atomic_int_t and pa_atomit_ptr_t.Lennart Poettering2006-09-081-0/+80