Declares a Mutex, Mutex tools, and at least one MutexLike object. More...
#include "datatypes.h"
Include dependency graph for spinlock.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Mezzanine::Threading::SpinLock |
| A mutex like construct that never makes a system call and uses CPU instructions instead. More... | |
Namespaces | |
| Mezzanine | |
| The bulk of the engine components go in this namspace. | |
| Mezzanine::Threading | |
| This is where game specific threading algorithms and a minimalistic subset of the std threading library a held. | |
Declares a Mutex, Mutex tools, and at least one MutexLike object.
Definition in file spinlock.h.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.