#include <atomic32.h>
◆ Atomic32() [1/2]
webrtc::Atomic32::Atomic32 |
( |
int32_t |
initial_value = 0 | ) |
|
◆ ~Atomic32() [1/2]
webrtc::Atomic32::~Atomic32 |
( |
| ) |
|
◆ Atomic32() [2/2]
webrtc::Atomic32::Atomic32 |
( |
int32_t |
initial_value = 0 | ) |
|
◆ ~Atomic32() [2/2]
webrtc::Atomic32::~Atomic32 |
( |
| ) |
|
◆ CompareExchange() [1/2]
bool webrtc::Atomic32::CompareExchange |
( |
int32_t |
new_value, |
|
|
int32_t |
compare_value |
|
) |
| |
◆ CompareExchange() [2/2]
bool webrtc::Atomic32::CompareExchange |
( |
int32_t |
new_value, |
|
|
int32_t |
compare_value |
|
) |
| |
◆ operator++() [1/2]
int32_t webrtc::Atomic32::operator++ |
( |
| ) |
|
◆ operator++() [2/2]
int32_t webrtc::Atomic32::operator++ |
( |
| ) |
|
◆ operator+=() [1/2]
◆ operator+=() [2/2]
◆ operator--() [1/2]
int32_t webrtc::Atomic32::operator-- |
( |
| ) |
|
◆ operator--() [2/2]
int32_t webrtc::Atomic32::operator-- |
( |
| ) |
|
◆ operator-=() [1/2]
◆ operator-=() [2/2]
◆ Value() [1/2]
int32_t webrtc::Atomic32::Value |
( |
| ) |
|
|
inline |
◆ Value() [2/2]
int32_t webrtc::Atomic32::Value |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/system_wrappers/include/atomic32.h
- Source/ThirdParty/libwebrtc/Source/webrtc/system_wrappers/source/atomic32_darwin.cc
- Source/ThirdParty/libwebrtc/Source/webrtc/system_wrappers/source/atomic32_non_darwin_unix.cc
- Source/ThirdParty/libwebrtc/Source/webrtc/system_wrappers/source/atomic32_win.cc