firstprivate Clause
- Updated2023-02-21
- 1 minute(s) read
firstprivate Clause
Specifies one or more variables are private to the thread and initializes each variable to the value that the original variable has when the parallel region is encountered.
Format
firstprivate (list)