Home
last modified time | relevance | path

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 Dkmp_sch_simd_runtime_api.c180 omp_set_schedule(omp_sched_static,0); in main()
191 omp_set_schedule(omp_sched_static,1); in main()
H A Domp_monotonic_env.c41 return omp_sched_static; in str2omp_sched()
H A Domp_monotonic_schedule_set_get.c57 check_schedule("initial", omp_sched_static, 0, sched0, chunk); in main()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DTypes.h55 omp_sched_static = 1, /* chunkSize >0 */ enumerator
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DState.cpp203 ICVState.RunSchedVar = omp_sched_static; in init()
H A DWorkshare.cpp241 case omp_sched_static: { in dispatch_init()
/llvm-project-15.0.7/flang/module/
H A Domp_lib.h29 omp_sched_static = 1, &
/llvm-project-15.0.7/openmp/runtime/src/include/
H A Domp_lib.h.var71 integer(kind=omp_sched_kind)omp_sched_static
72 parameter(omp_sched_static=1)
H A Domp.h.var49 omp_sched_static = 1,
H A Domp_lib.f90.var62 integer(kind=omp_sched_kind), parameter :: omp_sched_static = 1
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp.h4132 omp_sched_static = 1, enumerator