|
ucommon
|
Atomic pointers and locks. More...
#include <ucommon/platform.h>

Go to the source code of this file.
Data Structures | |
| class | ucommon::atomic |
| Generic atomic class for referencing atomic objects and static functions. More... | |
| class | ucommon::atomic::counter |
| Atomic counter class. More... | |
| class | ucommon::atomic::spinlock |
| Atomic spinlock class. More... | |
Namespaces | |
| namespace | ucommon |
Common namespace for all ucommon objects. | |
Atomic pointers and locks.
These are meant to use atomic CPU operations and hence offer maximum performance.
Definition in file atomic.h.
1.7.6.1