10.3.3 Thread Safety Check Overview

The Thread Safety Check is a Cppcheck addon that analyzes Cppcheck dump files to locate the thread safety issue of static local variables used by multiple threads. If the variable is a const it will only output a warning if the C++ standard is C++03; otherwise it will output warnings for all instances.

The Thread Safety Check feature is an analysis tool bundled with MISRA Check.

Figure 10-14. Thread Safety Check Execution