LLVM OpenMP 19.0.0git
Public Attributes | List of all members
kmp_taskred_flags Struct Reference

Flags for special info per task reduction item. More...

Public Attributes

unsigned lazy_priv: 1
 1 - use lazy alloc/init (e.g.
 
unsigned reserved31: 31
 

Detailed Description

Flags for special info per task reduction item.

Definition at line 2431 of file kmp_tasking.cpp.

Member Data Documentation

◆ lazy_priv

unsigned kmp_taskred_flags::lazy_priv

1 - use lazy alloc/init (e.g.

big objects, num tasks < num threads)

Definition at line 2433 of file kmp_tasking.cpp.

◆ reserved31

unsigned kmp_taskred_flags::reserved31

Definition at line 2434 of file kmp_tasking.cpp.


The documentation for this struct was generated from the following file: