Searched refs:omp_get_thread_limit (Results 1 – 13 of 13) sorted by relevance
22 double *A = malloc(N * omp_get_thread_limit());23 double *B = malloc(N * omp_get_thread_limit());34 ompi170.c:2:26: remark: OpenMP runtime call omp_get_thread_limit deduplicated. [OMP170]35 double *A = malloc(N * omp_get_thread_limit());
42 if (omp_get_thread_limit() != cl_thread_limit) { in main()44 omp_get_thread_limit(), cl_thread_limit); in main()
183 function omp_get_thread_limit() bind(c)185 integer(kind=omp_integer_kind) :: omp_get_thread_limit186 end function omp_get_thread_limit
53 int omp_get_thread_limit(void);
331 function omp_get_thread_limit() bind(c)333 integer (kind=omp_integer_kind) omp_get_thread_limit334 end function omp_get_thread_limit985 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_get_thread_limit1068 !$omp declare target(omp_get_thread_limit )
230 function omp_get_thread_limit() bind(c)232 integer (kind=omp_integer_kind) omp_get_thread_limit233 end function omp_get_thread_limit
76 extern int __KAI_KMPC_CONVENTION omp_get_thread_limit (void);
346 int omp_get_thread_limit(void) { return mapping::getKernelSize(); } in omp_get_thread_limit() function
63 #define FTN_GET_THREAD_LIMIT omp_get_thread_limit
466 omp_get_thread_limit 793
225 __OMP_RTL(omp_get_thread_limit, false, Int32, )664 __OMP_RTL_ATTRS(omp_get_thread_limit, GetterAttrs, AttributeSet(), ParamAttrs())
95 %call12 = call i32 @omp_get_thread_limit()347 declare dso_local i32 @omp_get_thread_limit()729 ; CHECK-NEXT: declare dso_local i32 @omp_get_thread_limit()1269 ; OPTIMISTIC-NEXT: declare dso_local i32 @omp_get_thread_limit()
267 The ``omp_get_thread_limit()`` routine returns the value of the limit.