Searched refs:omp_sched_static (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/openmp/runtime/test/worksharing/for/ |
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()
|
D | omp_monotonic_env.c | 41 return omp_sched_static; in str2omp_sched()
|
D | omp_monotonic_schedule_set_get.c | 57 check_schedule("initial", omp_sched_static, 0, sched0, chunk); in main()
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | libcall.cu | 222 *kind = omp_sched_static; in omp_get_schedule() 242 if (kind >= omp_sched_static && kind < omp_sched_auto) { in omp_set_schedule()
|
D | loop.cu | 243 case omp_sched_static: { in dispatch_init()
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/ |
D | interface.h | 36 omp_sched_static = 1, /* chunkSize >0 */ enumerator
|
/external/llvm-project/openmp/runtime/src/include/ |
D | omp.h.var | 49 omp_sched_static = 1,
|
D | omp_lib.h.var | 67 integer(kind=omp_sched_kind)omp_sched_static 68 parameter(omp_sched_static=1)
|
D | omp_lib.f90.var | 60 integer(kind=omp_sched_kind), parameter :: omp_sched_static = 1
|
/external/llvm-project/flang/module/ |
D | omp_lib.h | 29 omp_sched_static = 1, &
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp.h | 3910 omp_sched_static = 1, enumerator
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test16-pr18904.so.abi | 18269 <enumerator name='omp_sched_static' value='1'/>
|