enum class RuntimeFunction
Description
IDs for all omp runtime library (RTL) functions.
Declared at: llvm/include/llvm/Frontend/OpenMP/OMPConstants.h:44
Enumerators
Name | Value | Comment |
---|---|---|
OMPRTL___kmpc_barrier | 0 | |
OMPRTL___kmpc_cancel | 1 | |
OMPRTL___kmpc_cancel_barrier | 2 | |
OMPRTL___kmpc_global_thread_num | 3 | |
OMPRTL___kmpc_fork_call | 4 | |
OMPRTL___kmpc_push_num_threads | 5 | |
OMPRTL___kmpc_push_proc_bind | 6 | |
OMPRTL___kmpc_serialized_parallel | 7 | |
OMPRTL___kmpc_end_serialized_parallel | 8 | |
OMPRTL_omp_get_thread_num | 9 |