Home
last modified time | relevance | path

Searched defs:thread_limit (Results 1 – 7 of 7) sorted by relevance

/llvm-project/flang/test/Lower/OpenMP/
H A Dteams.f9080 subroutine teams_threadlimit(thread_limit) argument
81 integer, intent(inout) :: thread_limit local
/llvm-project/openmp/runtime/test/teams/
H A Dteams_resize.c18 int num_teams, thread_limit, i; in main() local
H A Dkmp_num_teams.c30 void check_num_teams(int num_teams_lb, int num_teams_ub, int thread_limit) { in check_num_teams()
/llvm-project/clang/test/OpenMP/
H A Dtarget_num_teams_num_threads_attributes.cpp61 void thread_limit() { in thread_limit() function
/llvm-project/offload/DeviceRTL/src/
H A DParallelism.cpp308 __kmpc_push_num_teams(IdentTy * loc,int32_t tid,int32_t num_teams,int32_t thread_limit) __kmpc_push_num_teams() argument
/llvm-project/openmp/runtime/src/
H A Dkmp_csupport.cpp458 kmp_int32 thread_limit) { in __kmpc_set_thread_limit() argument
[all...]
H A Dkmp.h2183 int thread_limit; /* internal control for thread-limit-var */ member