#include <ucommon/platform.h>


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