atomic_unknown.h File Reference

Atomic operations and memory barriers implemented using locks. More...

#include "../lock_ops.h"
Include dependency graph for atomic_unknown.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Detailed Description

Atomic operations and memory barriers implemented using locks (for architectures not yet supported via inline assembler).

Warning:
atomic ops do not include memory barriers, see atomic_ops.h for more details

Config defines:

Definition in file atomic_unknown.h.