Searched refs:omp_sched_t (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/openmp/runtime/test/worksharing/for/ |
D | omp_monotonic_schedule_set_get.c | 13 #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 …]
|
D | omp_monotonic_env.c | 18 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()
|
D | omp_for_schedule_runtime.c | 21 omp_sched_t correct_kind; 30 omp_sched_t kind; in test_omp_for_runtime()
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/ |
D | omptargeti.h | 20 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()
|
D | omptarget.h | 104 INLINE omp_sched_t GetRuntimeSched() const; 105 INLINE void SetRuntimeSched(omp_sched_t sched);
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | libcall.cu | 163 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()
|
D | loop.cu | 240 omp_sched_t rtSched = currTaskDescr->GetRuntimeSched(); in dispatch_init()
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/ |
D | interface.h | 35 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/include/ |
D | omp.h.var | 48 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/runtime/src/ |
D | kmp_stub.cpp | 100 void omp_set_schedule(omp_sched_t kind, omp_int_t modifier) { in omp_set_schedule()
|
D | kmp.h | 3909 typedef enum omp_sched_t { enum 3914 } omp_sched_t; typedef 3919 KMP_EXPORT void KMPC_CONVENTION ompc_set_schedule(omp_sched_t, int);
|
D | kmp_csupport.cpp | 1864 void ompc_set_schedule(omp_sched_t kind, int modifier) { in ompc_set_schedule()
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test16-pr18904.so.abi | 18266 …<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'>
|