|
LLVM OpenMP 22.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 |
| int kmp_r_sched::chunk |
Definition at line 492 of file kmp.h.
Referenced by __kmp_get_schedule_global().
| enum sched_type kmp_r_sched::r_sched_type |
Definition at line 491 of file kmp.h.
Referenced by __kmp_get_schedule_global().
| kmp_int64 kmp_r_sched::sched |
Definition at line 494 of file kmp.h.
Referenced by __kmp_allocate_team(), __kmp_fork_call(), __kmp_initialize_root(), and __kmp_initialize_team().