summaryrefslogtreecommitdiffstats
path: root/base/atomicops.h
Commit message (Expand)AuthorAgeFilesLines
* C++11 atomicsjfb2015-12-081-20/+6
* Remove old/unused atomicops codesbc2015-07-011-38/+0
* Linux: Properly detect __GLIBCXX__ in atomicops.hthestig2015-01-211-2/+6
* Use C++11 atomicsjfb2014-10-141-20/+61
* Adding atomic ops for MIPS64.Gordana.Cmiljanovic@imgtec.com2014-08-141-1/+2
* Cleanup coding stylebyungwook.ahn@gmail.com2014-04-131-1/+1
* Add Arm64 atomicops to base.rmcilroy@chromium.org2014-03-241-1/+3
* Atomic ops cleanup.ctruta@blackberry.com2014-02-081-2/+3
* Improve the implementation of atomic operations on Linux/ARM (including Andro...digit@chromium.org2013-06-101-2/+3
* fix x32 handling of Atomic64vapier@chromium.org2013-02-071-1/+1
* Workaround to make MemoryBarrier compile on Win x64scottmg@chromium.org2013-01-151-0/+9
* Atomics implementation for compiler-based ThreadSanitizer (http://dev.chromiu...glider@chromium.org2012-10-021-1/+3
* Fix atomic ops on ARM to compile in NaCl untrusted targets.bbudge@chromium.org2012-08-221-2/+3
* Have iOS use the same atomicops_internal implementation that Mac uses.leng@chromium.org2012-07-131-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* [MIPS] Adding atomic ops for MIPS architecture.petarj@mips.com2012-06-181-1/+3
* windows: Remove vestigal support for /Wp64evan@chromium.org2011-07-281-5/+1
* OpenBSD: make it possible to build libbase.a.phajdan.jr@chromium.org2011-04-151-0/+6
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-04-041-2/+2
* Help make base compile in NaCl.abarth@chromium.org2010-12-011-0/+6
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Some base/ progress towards building on Linux x86-64.deanm@chromium.org2009-07-271-4/+6
* Add atomic operations for ARM.thestig@chromium.org2009-05-011-0/+2
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Rename atomicops_internals_x86_mac.h back to its original name,mmentovai@google.com2008-08-271-1/+1
* Add more passing tests to base_unittests. Add a few more headers we use tommentovai@google.com2008-08-271-1/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix incorrect OS_APPLE to OS_MACOSX and drop COMPILER_GCC since the codedeanm@google.com2008-08-061-1/+1
* Use the build_config defines in atomicops.h. This still uses the compiler/pl...deanm@google.com2008-08-051-13/+10
* New atomic operation foundation code and interfaces. Based on the atomic ope...deanm@google.com2008-08-051-0/+165