Searched refs:omp_sched_static (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/openmp/runtime/test/worksharing/for/ |
| H A D | kmp_sch_simd_runtime_api.c | 180 omp_set_schedule(omp_sched_static,0); in main() 191 omp_set_schedule(omp_sched_static,1); in main()
|
| H A D | omp_monotonic_env.c | 41 return omp_sched_static; in str2omp_sched()
|
| H A D | omp_monotonic_schedule_set_get.c | 57 check_schedule("initial", omp_sched_static, 0, sched0, chunk); in main()
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/ |
| H A D | Types.h | 55 omp_sched_static = 1, /* chunkSize >0 */ enumerator
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | State.cpp | 203 ICVState.RunSchedVar = omp_sched_static; in init()
|
| H A D | Workshare.cpp | 241 case omp_sched_static: { in dispatch_init()
|
| /llvm-project-15.0.7/flang/module/ |
| H A D | omp_lib.h | 29 omp_sched_static = 1, &
|
| /llvm-project-15.0.7/openmp/runtime/src/include/ |
| H A D | omp_lib.h.var | 71 integer(kind=omp_sched_kind)omp_sched_static 72 parameter(omp_sched_static=1)
|
| H A D | omp.h.var | 49 omp_sched_static = 1,
|
| H A D | omp_lib.f90.var | 62 integer(kind=omp_sched_kind), parameter :: omp_sched_static = 1
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp.h | 4132 omp_sched_static = 1, enumerator
|