Go to the source code of this file.
Data Structures | |
struct | atomic |
Defines | |
#define | AV_INIT(val) { .value = (val) } |
Atomic variable initializer. | |
Typedefs | |
typedef atomic | atomic_t |
Implements some atomic operations
This file is based on Kalisto, Development Kernel copyrighted (c) to Distributed Systems Research Group MFF UK, Czech republic.
#define AV_INIT | ( | val | ) | { .value = (val) } |
Atomic variable initializer.
val | value of the atomic variable. |