Types that are used throughout the runtime.
#define KMP_IDENT_ATOMIC_REDUCE 0x10 |
Compiler generates atomic reduction option for kmpc_reduce*
Definition at line 183 of file kmp.h.
#define KMP_IDENT_AUTOPAR 0x08 |
#define KMP_IDENT_BARRIER_EXPL 0x20 |
To mark a 'barrier' directive in user code
Definition at line 185 of file kmp.h.
#define KMP_IDENT_BARRIER_IMPL 0x0040 |
To Mark implicit barriers.
Definition at line 187 of file kmp.h.
#define KMP_IDENT_IMB 0x01 |
Values for bit flags used in the ident_t to describe the fields.
Use trampoline for internal microtasks
Definition at line 176 of file kmp.h.
#define KMP_IDENT_KMPC 0x02 |
Use c-style ident structure
Definition at line 178 of file kmp.h.
The ident structure that describes a source location.