tommi@webrtc.org e84373c38f Atomic32Wrapper -> Atomic32
This change does the following:

* Remove the Atomic32Wrapper and AtomicImpl classes and provide the Atomic32
  implementation directly via platform specific source files.
* Move/rename/delete all source files accordingly
* The atomic value itself is now volatile. Previously it was only the pointer to
  the memory that was volatile, but not the actual value.
* No additional heap allocations are now done for the atomic value.

In a follow up cl I plan to start using Atomic32 in the RefCount class in order
to fix issues reported by Coverity.
Review URL: https://webrtc-codereview.appspot.com/490004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2065 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-19 14:28:45 +00:00
2012-04-19 14:28:45 +00:00
2012-03-23 14:59:56 +00:00
2012-04-19 07:30:39 +00:00
2012-01-14 01:03:56 +00:00
2012-03-13 17:22:44 +00:00
2011-11-02 12:19:22 +00:00
2012-04-18 17:59:53 +00:00
2012-02-21 17:53:46 +00:00
2012-01-30 21:57:43 +00:00
Description
No description provided
108 MiB
Languages
C++ 76%
C 16%
Python 2.3%
Java 2.1%
Objective-C++ 1.5%
Other 1.9%