|
LLVM OpenMP* Runtime Library
|
Types that are used throughout the runtime. More...
| enum | { KMP_IDENT_IMB = 0x01, KMP_IDENT_KMPC = 0x02, KMP_IDENT_AUTOPAR = 0x08, KMP_IDENT_ATOMIC_REDUCE = 0x10, KMP_IDENT_BARRIER_EXPL = 0x20, KMP_IDENT_BARRIER_IMPL = 0x0040 , KMP_IDENT_WORK_LOOP = 0x200, KMP_IDENT_WORK_SECTIONS = 0x400, KMP_IDENT_WORK_DISTRIBUTE = 0x800, KMP_IDENT_ATOMIC_HINT_MASK = 0xFF0000 } |
| typedef struct ident | ident_t |
Types that are used throughout the runtime.
| anonymous enum |
Values for bit flags used in the ident_t to describe the fields.
1.8.17