![]() |
alternative Standard Libary
0.29.8
|
Include-Abhängigkeitsdiagramm für spinlock.hpp:gehe zum Quellcode dieser Datei
Klassen | |
| class | std::spinlock |
| class | std::atomic_spinlock |
Namensbereiche | |
| std | |
Makrodefinitionen | |
| #define | SPINLOCK(m) if (std::lock_util<std::spinlock> __csc = std::lock_util<std::spinlock>(&m)) |
| #define | ATOMICLOCK(m) |
| #define ATOMICLOCK | ( | m | ) |
| #define SPINLOCK | ( | m | ) | if (std::lock_util<std::spinlock> __csc = std::lock_util<std::spinlock>(&m)) |