Searched refs:omp_set_schedule (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_stub.cpp | 30 #define omp_set_schedule ompc_set_schedule macro 100 void omp_set_schedule(omp_sched_t kind, omp_int_t modifier) { in omp_set_schedule() function
|
| H A D | kmp_ftn_os.h | 64 #define FTN_SET_SCHEDULE omp_set_schedule
|
| H A D | dllexports | 472 omp_set_schedule 797
|
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | omp_lib.h.var | 368 subroutine omp_set_schedule(kind, chunk_size) bind(c) 372 end subroutine omp_set_schedule 1014 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_set_schedule 1097 !$omp declare target(omp_set_schedule )
|
| H A D | omp_lib.f90.var | 267 subroutine omp_set_schedule(kind, chunk_size) bind(c) 271 end subroutine omp_set_schedule
|
| H A D | omp.h.var | 62 extern void __KAI_KMPC_CONVENTION omp_set_schedule (omp_sched_t, int);
|
| /freebsd-14.2/lib/libomp/ |
| H A D | omp.h | 62 extern void __KAI_KMPC_CONVENTION omp_set_schedule (omp_sched_t, int);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 257 __OMP_RTL(omp_set_schedule, false, Void, Int32, Int32) 746 __OMP_RTL_ATTRS(omp_set_schedule, SetterAttrs, AttributeSet(),
|