![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Go to the source code of this file.
| #define ARENE_HAS_THREAD_SAFETY_ANALYSIS |
A platform support query for testing if Thread Safety Analysis is supported on the current compiler.
Usage:
The value of this query is determined as follows, in order of precedence:
ARENE_HAS_THREAD_SAFETY_ANALYSIS has been explicitly defined via a -D flag to the compiler or similar:ARENE_ON if it is truthyARENE_OFF if it is not truthyARENE_IS_ON(ARENE_COMPILER_CLANG) is truthy, it is ARENE_ON_BY_DEFAULT ARENE_OFF_BY_DEFAULT | #define ARENE_HAS_THREAD_SAFETY_ANALYSIS_I_ ARENE_OFF_BY_DEFAULT |