LLVM OpenMP 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp.h"
Public Attributes | |
struct { | |
enum sched_type r_sched_type | |
int chunk | |
}; | |
kmp_int64 | sched |
struct { ... } kmp_r_sched::@2 |
int kmp_r_sched::chunk |
Definition at line 509 of file kmp.h.
Referenced by __kmp_get_schedule_global().
enum sched_type kmp_r_sched::r_sched_type |
Definition at line 508 of file kmp.h.
Referenced by __kmp_get_schedule_global().
kmp_int64 kmp_r_sched::sched |
Definition at line 511 of file kmp.h.
Referenced by __kmp_allocate_team(), __kmp_fork_call(), __kmp_initialize_root(), and __kmp_initialize_team().