Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/OpenMP/
H A Dtarget_num_teams_num_threads_attributes.cpp109 void thread_limit() { in thread_limit() function
/llvm-project-15.0.7/openmp/runtime/test/teams/
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-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DParallelism.cpp283 int32_t thread_limit) { in __kmpc_push_num_teams()
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/include/
H A Dopenmp.proto152 int32 thread_limit = 8; field
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp.h2013 int thread_limit; /* internal control for thread-limit-var */ member