CMS 3D CMS Logo

Macros
thread_safety_macros.h File Reference

Go to the source code of this file.

Macros

#define CMS_SA_ALLOW   [[cms::sa_allow]]
 
#define CMS_THREAD_GUARD(_var_)   [[cms::thread_guard(#_var_)]]
 
#define CMS_THREAD_SAFE   [[cms::thread_safe]]
 

Macro Definition Documentation

◆ CMS_SA_ALLOW

#define CMS_SA_ALLOW   [[cms::sa_allow]]

Definition at line 5 of file thread_safety_macros.h.

◆ CMS_THREAD_GUARD

#define CMS_THREAD_GUARD (   _var_)    [[cms::thread_guard(#_var_)]]

Definition at line 6 of file thread_safety_macros.h.

◆ CMS_THREAD_SAFE

#define CMS_THREAD_SAFE   [[cms::thread_safe]]

Definition at line 4 of file thread_safety_macros.h.