Main Content
Used non-shared variable
Global variables used in a single task
Description
A non-shared used global variable has the following properties:
The variable is used only in a single task.
Polyspace® detects at least one read or write operation on the variable.
In code that is not intended for multitasking, all global variables are non-shared.
In your verification results, these variables are colored black on the Results List and Variable Access panes.
Examples
Check Information
Language: C | C++ |