Home
last modified time | relevance | path

Searched refs:sched_append_modifiers (Results 1 – 1 of 1) sorted by relevance

/llvm-project/openmp/runtime/test/worksharing/for/
H A Domp_monotonic_schedule_set_get.c20 omp_sched_t sched_append_modifiers(omp_sched_t sched, omp_sched_t modifiers) { in sched_append_modifiers() function
60 sched_append_modifiers(omp_sched_dynamic, omp_sched_monotonic), 3); in main()
68 n_outer_set = sched_append_modifiers((omp_sched_t)(tid + 1), in main()
92 n_inner_set = sched_append_modifiers(n_inner_set, omp_sched_monotonic); in main()
125 sched_append_modifiers(omp_sched_dynamic, omp_sched_monotonic), in main()