summaryrefslogtreecommitdiff
path: root/atomic/win32/apr_atomic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r1851541 from trunk:Yann Ylavic2019-03-071-3/+5
* Backport r1675751 from trunkGregg Lewis Smith2015-04-241-49/+8
* Added blocking for MSVC pragma.Guenter Knauf2011-03-251-0/+2
* Apparently I'm too wordy, even the compiler agrees.William A. Rowe Jr2007-10-241-1/+1
* Match win32's volatility declaration (except for mingw)William A. Rowe Jr2007-10-231-1/+3
* Fix win32 stub for apr_atomic_xchgptr.Davi Arnaut2007-07-121-1/+1
* Introduce apr_atomic_xchgptr, which atomically exchanges a pair of pointerDavi Arnaut2007-07-101-0/+13
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Add __MINGW32__ versions of the Win32 Atomic functions, that all do their own...Paul Querna2006-07-151-1/+15
* These args can't be volatile in MSVC 14.William A. Rowe Jr2006-01-131-1/+1
* These operations are NOT necessarily function-based on 64 bitWilliam A. Rowe Jr2005-05-161-0/+20
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* WIN64: avoid unresolved external error with 64 bit buildAllan K. Edwards2004-09-201-0/+8
* Quiet build breakage on VC6 with the originally shipped includesWilliam A. Rowe Jr2004-04-161-5/+16
* Relicense.Joe Orton2004-02-281-49/+10
* apr_atomic_add32() and apr_atomic_inc32() now return values (the old value)Jeff Trawick2003-12-041-4/+5
* move win32 atomic functions out of the unix file (which wasn't builtJeff Trawick2003-12-031-0/+121