summaryrefslogtreecommitdiff
path: root/atomic
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-202-12/+12
* atomic: Detect 32bit and 64bit atomic builtins separately.ylavic2022-06-261-2/+2
* atomic: Follow up r1902257: No cast for InterlockedCompareExchangePointer().ylavic2022-06-261-9/+5
* atomic: Avoid casts and/or use correct ones.ylavic2022-06-263-12/+12
* atomic: Fix -Wincompatible-pointer-types-discards-qualifiersylavic2022-06-241-1/+1
* apr_atomic_set64: Follow up to r1868129.ylavic2022-01-071-0/+7
* Follow up to r1894621: restore apr_atomic_init::apr__atomic_generic64_init().ylavic2021-11-031-1/+1
* apr_atomic: Fix load/store for weak memory ordering architectures.ylavic2021-10-293-16/+73
* apr_atomic: Use __atomic builtins when available.ylavic2021-10-293-12/+84
* Revert r1894618.ylavic2021-10-294-131/+28
* apr_atomic: Use __atomic builtins when available.ylavic2021-10-294-28/+131
* * atomic/win32/apr_atomic64.civan2019-10-161-0/+7
* apr_atomic_read64(): Fix non-atomic read on 32-bit Windows.ivan2019-10-081-1/+3
* Address some warnings raised by MSVC-32/64.ylavic2019-04-031-39/+11
* atomics: follow up to r1841078: provide specific initializer for generic 64bitylavic2019-01-179-12/+37
* Add in Atomics for 64bit intsjim2018-09-173-0/+335
* atomic: fix API of atomic_{cas,xchg}ptr() for APR-2.ylavic2016-10-069-20/+20
* Fix errors when building on Visual Studio 2013 whilegsmith2015-04-241-49/+8
* Fix amd64 assembler version of apr_atomic_xchgptr()sf2013-04-211-1/+1
* Fix PPC atomics to work with gcc 4.0sf2013-04-201-24/+24
* Added blocking for MSVC pragma.fuankg2011-03-251-0/+2
* Some folks are ignoring the Tab prohibitionswrowe2010-03-222-84/+84
* * Fix some gcc compiler warnings on Solarisrpluem2008-06-041-1/+1
* Apparently I'm too wordy, even the compiler agrees.wrowe2007-10-241-1/+1
* Match win32's volatility declaration (except for mingw)wrowe2007-10-231-1/+3
* implement apr_atomic_xchgptr() for z/OStrawick2007-10-221-0/+17
* Implement apr_atomic_casptr() for z/OS.trawick2007-10-181-0/+24
* * Fix compiler warning.rpluem2007-10-141-1/+1
* * Dereference mem as it is a double pointer.rpluem2007-10-141-1/+1
* Cleanup asm constraints (+ operand is both read and written by the instruction)davi2007-08-041-12/+9
* Prefer solaris builtins even on x86, and fix a compiler warning.davi2007-08-041-1/+1
* Fix win32 stub for apr_atomic_xchgptr.davi2007-07-121-1/+1
* Fix a mis-merge of PPC memory barriers.davi2007-07-111-4/+2
* Introduce apr_atomic_xchgptr, which atomically exchanges a pair of pointerdavi2007-07-108-0/+116
* New apr_atomic implementation for S/390 native atomic operations.davi2007-07-071-0/+132
* New apr_atomic implementation for PowerPC native atomic operations.davi2007-07-041-0/+178
* New apr_atomic implementation for Solaris 10 native atomic operations.davi2007-07-041-0/+74
* New apr_atomic implementation for ia32 (x86 and x86_64) native atomic operati...davi2007-07-041-0/+111
* Given a modern compiler, this patch provides fast atomic operations on variousdavi2007-07-041-0/+74
* This patch tries to address some of the apr_atomic problems by reorganizingdavi2007-07-042-464/+192
* Avoid overwriting the hash_mutex table for applications that incorrectly callsdavi2007-06-301-0/+16
* Fix up integer type on Solaris 10 (gcc) compiles.jerenkrantz2006-08-311-1/+1
* Fix the typo.jorton2006-08-034-4/+4
* Update license header.jorton2006-08-034-24/+24
* Add __MINGW32__ versions of the Win32 Atomic functions, that all do their own...pquerna2006-07-151-1/+15
* Implement apr_atomics using Solaris' native atomic API.colm2006-06-131-0/+55
* These args can't be volatile in MSVC 14.wrowe2006-01-131-1/+1
* These operations are NOT necessarily function-based on 64 bitwrowe2005-05-161-0/+20
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-044-4/+8
* Remove .cvsignore files.jorton2004-11-182-8/+0