summaryrefslogtreecommitdiff
path: root/atomic/unix/solaris.c
Commit message (Expand)AuthorAgeFilesLines
* atomics: Disentangle 32bit and 64bit atomics configuration.ylavic2023-04-211-1/+1
* atomics: follow up to r1841078: provide specific initializer for generic 64bitylavic2019-01-171-0/+4
* atomic: fix API of atomic_{cas,xchg}ptr() for APR-2.ylavic2016-10-061-2/+2
* * Fix some gcc compiler warnings on Solarisrpluem2008-06-041-1/+1
* Prefer solaris builtins even on x86, and fix a compiler warning.davi2007-08-041-1/+1
* Introduce apr_atomic_xchgptr, which atomically exchanges a pair of pointerdavi2007-07-101-0/+5
* New apr_atomic implementation for Solaris 10 native atomic operations.davi2007-07-041-0/+74