4.1 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 in MPLAB X IDE v6.05 or higher. See [AoU-04-Thread].
The MPLAB Analysis Tool Suite license includes Thread Safety Check (see 1.1 Licenses for MPLAB® Analysis Tool Suite). See [AoU-08-Thread].