summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/atomic.h
Commit message (Expand)AuthorAgeFilesLines
* Instead of including config.h from header files, check whether PACKAGE is def...Lennart Poettering2007-09-111-3/+2
* unify static TLS support, make use of gcc __thread attribute if availableLennart Poettering2007-09-101-1/+1
* document that the native amd64 atomic ops implementation is incompleteLennart Poettering2007-09-101-0/+2
* add native amd64 atomic int implementationLennart Poettering2007-09-041-4/+83
* if available, use native gcc atomicity builtinsLennart Poettering2007-09-041-9/+84
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-111-9/+11
* 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