This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | EmptyMutex |
| Mutex that doesn't lock anything, used on single-core systems. More... | |
| struct | EmptyLockGuard< Mutex > |
| Lock guard that doesn't lock it's mutex, used on single-core systems. More... | |
Typedefs | |
| using | DefaultMutEx = EmptyMutex |
| template<class Mutex > | |
| using | DefaultLockGuard = EmptyLockGuard< Mutex > |
| using DefaultMutEx = EmptyMutex |
| using DefaultLockGuard = EmptyLockGuard<Mutex> |