Data Structures | Typedefs
ai_critsec.h File Reference

Critical section type that helps when writing multi-platform threaded code. More...

#include "ai_api.h"
#include "ai_stats.h"
#include <mutex>

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 >
 

Detailed Description

Critical section type that helps when writing multi-platform threaded code.

Typedef Documentation

◆ AtMutex

using AtMutex = AtProfiledLockable<std::mutex>

Convenience type aliases.

See AtProfiledLockable


© 2022 Autodesk, Inc. · All rights reserved · www.arnoldrenderer.com