summaryrefslogtreecommitdiff
path: root/src/pulsecore/atomic.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-22pulsecore: Fix incorrect architecture mapping on sparc64.John Paul Adrian Glaubitz1-1/+1
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-12-01Fix #defines for Debian GNU/kFreeBSDFelipe Sateler1-1/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-17/+17
2011-08-25More spelling fixesMaarten Bosmans1-2/+2
2009-11-21freebsd: fix atomic ops implementationsJoe Marcus Clarke1-0/+104
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-01-22NetBSD specific atomic operation implementationJared D. McNeill1-0/+73
2008-08-29fix a few compiler warnings on older gccLennart Poettering1-1/+1
2008-08-29reword amd64 messageLennart Poettering1-1/+1
2008-08-29the native atomic ops implementation for amd64 seems to work fineLennart Poettering1-3/+3
2008-08-29Change return value of cmpxchg atomic op to pa_bool_tLennart Poettering1-14/+16
2008-08-20add a few missing castsLennart Poettering1-6/+6
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-06-16add Nokia copyrightLennart Poettering1-1/+2
2008-06-03fix a compiler warning on ARM due to missing cast, patch from Jyri SarhaLennart Poettering1-5/+5
2008-03-26add proper arm atomic ops support, patch from Jyri SarhaLennart Poettering1-1/+230
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-18/+175
2007-05-27Replace AO_xxx usage with pa_atomic_xxx and friends wherever it makes senseLennart Poettering1-0/+4
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+2
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-3/+3
2006-09-09add static initializer PA_ATOMIC_INIT()Lennart Poettering1-0/+2
2006-09-08add a tiny wrapper around libatomic_ops: pa_atomic_int_t and pa_atomit_ptr_t.Lennart Poettering1-0/+80