Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/test/worksharing/for/
Domp_monotonic_schedule_set_get.c13 #define NO_MODIFIERS ((omp_sched_t)0)
20 omp_sched_t sched_append_modifiers(omp_sched_t sched, omp_sched_t modifiers) { in sched_append_modifiers()
21 return (omp_sched_t)((int)sched | (int)modifiers); in sched_append_modifiers()
24 omp_sched_t sched_without_modifiers(omp_sched_t sched) { in sched_without_modifiers()
25 return (omp_sched_t)((int)sched & ~((int)omp_sched_monotonic)); in sched_without_modifiers()
28 int sched_has_modifiers(omp_sched_t sched, omp_sched_t modifiers) { in sched_has_modifiers()
33 void check_schedule(const char *extra, const omp_sched_t sched, int chunk, in check_schedule()
34 omp_sched_t hope_sched, int hope_chunk) { in check_schedule()
47 omp_sched_t sched0; in main()
64 omp_sched_t n_outer_set, n_outer_get; in main()
[all …]
Domp_monotonic_env.c18 omp_sched_t sched_without_modifiers(omp_sched_t sched) { in sched_without_modifiers()
19 return (omp_sched_t)((int)sched & ~((int)omp_sched_monotonic)); in sched_without_modifiers()
22 int sched_has_modifiers(omp_sched_t sched, omp_sched_t modifiers) { in sched_has_modifiers()
27 void check_schedule(const char *extra, const omp_sched_t sched, int chunk, in check_schedule()
28 omp_sched_t hope_sched, int hope_chunk) { in check_schedule()
37 omp_sched_t str2omp_sched(const char *str) { in str2omp_sched()
52 omp_sched_t sched, ref_sched; in main()
Domp_for_schedule_runtime.c21 omp_sched_t correct_kind;
30 omp_sched_t kind; in test_omp_for_runtime()
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/
Domptargeti.h20 INLINE omp_sched_t omptarget_nvptx_TaskDescr::GetRuntimeSched() const { in GetRuntimeSched()
23 return (omp_sched_t)rc; in GetRuntimeSched()
26 INLINE void omptarget_nvptx_TaskDescr::SetRuntimeSched(omp_sched_t sched) { in SetRuntimeSched()
Domptarget.h104 INLINE omp_sched_t GetRuntimeSched() const;
105 INLINE void SetRuntimeSched(omp_sched_t sched);
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dlibcall.cu163 omp_sched_t sched = currTaskDescr->GetRuntimeSched(); in omp_get_ancestor_thread_num()
218 EXTERN void omp_get_schedule(omp_sched_t *kind, int *modifier) { in omp_get_schedule()
234 EXTERN void omp_set_schedule(omp_sched_t kind, int modifier) { in omp_set_schedule()
Dloop.cu240 omp_sched_t rtSched = currTaskDescr->GetRuntimeSched(); in dispatch_init()
/external/llvm-project/openmp/runtime/src/include/
Domp.h.var48 typedef enum omp_sched_t {
54 } omp_sched_t;
61 extern void __KAI_KMPC_CONVENTION omp_set_schedule (omp_sched_t, int);
78 extern void __KAI_KMPC_CONVENTION omp_get_schedule (omp_sched_t *, int *);
/external/llvm-project/openmp/libomptarget/deviceRTLs/
Dinterface.h35 typedef enum omp_sched_t { enum
40 } omp_sched_t; typedef
83 EXTERN void omp_get_schedule(omp_sched_t *kind, int *modifier);
84 EXTERN void omp_set_schedule(omp_sched_t kind, int modifier);
/external/llvm-project/openmp/runtime/src/
Dkmp_stub.cpp100 void omp_set_schedule(omp_sched_t kind, omp_int_t modifier) { in omp_set_schedule()
Dkmp.h3909 typedef enum omp_sched_t { enum
3914 } omp_sched_t; typedef
3919 KMP_EXPORT void KMPC_CONVENTION ompc_set_schedule(omp_sched_t, int);
Dkmp_csupport.cpp1864 void ompc_set_schedule(omp_sched_t kind, int modifier) { in ompc_set_schedule()
/external/libabigail/tests/data/test-read-dwarf/
Dtest16-pr18904.so.abi18266 …<typedef-decl name='omp_sched_t' type-id='type-id-3459' filepath='./../libgomp/omp.h' line='54' co…
18267 …<enum-decl name='omp_sched_t' filepath='./../libgomp/omp.h' line='48' column='1' id='type-id-3459'>