Critical section type that helps when writing multi-platform threaded code. More...
Go to the source code of this file.
Data Structures | |
| class | AtProfiledLockable< Mutex > |
| Wrapper for Lockable type mutexes, such as std::mutex and std::recursive_mutex. More... | |
Typedefs | |
| using | AtMutex = AtProfiledLockable< std::mutex > |
| Convenience type aliases. More... | |
| using | AtRecursiveMutex = AtProfiledLockable< std::recursive_mutex > |
Critical section type that helps when writing multi-platform threaded code.
| using AtMutex = AtProfiledLockable<std::mutex> |
Convenience type aliases.