Searched refs:thread_limit (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/openmp/runtime/src/ |
| H A D | ompd-specific.h | 74 OMPD_ACCESS(kmp_internal_control_t, thread_limit) \
|
| H A D | kmp_ftn_entry.h | 812 if (int thread_limit = thread->th.th_current_task->td_icvs.task_thread_limit) in FTN_GET_THREAD_LIMIT() 813 return thread_limit; in FTN_GET_THREAD_LIMIT() 814 return thread->th.th_current_task->td_icvs.thread_limit; in FTN_GET_THREAD_LIMIT()
|
| H A D | kmp_gsupport.cpp | 1744 unsigned int thread_limit) { in KMP_API_NAME_GOMP_TEAMS() argument 1980 unsigned thread_limit, in KMP_API_NAME_GOMP_TEAMS_REG() argument 1985 gtid, num_teams, thread_limit, flags)); in KMP_API_NAME_GOMP_TEAMS_REG() 1986 __kmpc_push_num_teams(&loc, gtid, num_teams, thread_limit); in KMP_API_NAME_GOMP_TEAMS_REG()
|
| H A D | kmp_csupport.cpp | 458 kmp_int32 thread_limit) { in __kmpc_set_thread_limit() argument 461 if (thread_limit > 0) in __kmpc_set_thread_limit() 462 thread->th.th_current_task->td_icvs.task_thread_limit = thread_limit; in __kmpc_set_thread_limit() 568 this_thr->th.th_current_task->td_icvs.thread_limit = in __kmpc_fork_teams()
|
| H A D | kmp.h | 2183 int thread_limit; /* internal control for thread-limit-var */ member 2407 (((xthread)->th.th_current_task->td_icvs.thread_limit) = (xval)) 4459 kmp_int32 thread_limit);
|
| H A D | kmp_runtime.cpp | 4365 this_thr->th.th_current_task->td_icvs.thread_limit = in __kmp_initialize_info() 5830 thr->th.th_current_task->td_icvs.thread_limit = in __kmp_free_team() 7790 tmp->cg_thread_limit = thr->th.th_current_task->td_icvs.thread_limit; in __kmp_teams_master() 7918 if (num_threads > thr->th.th_current_task->td_icvs.thread_limit) { in __kmp_push_thread_limit() 7919 num_threads = thr->th.th_current_task->td_icvs.thread_limit; in __kmp_push_thread_limit() 7935 thr->th.th_current_task->td_icvs.thread_limit = num_threads; in __kmp_push_thread_limit()
|
| /src/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | omp_lib.F90.var | 612 subroutine omp_set_teams_thread_limit(thread_limit) bind(c) 614 integer (kind=omp_integer_kind), value :: thread_limit
|
| H A D | omp_lib.h.var | 669 subroutine omp_set_teams_thread_limit(thread_limit) bind(c) 671 integer (kind=omp_integer_kind), value :: thread_limit
|
| /src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 426 def OMPC_ThreadLimit : Clause<"thread_limit"> {
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticSemaKinds.td | 11635 "'ompx_bare' clauses requires explicit grid size via 'num_teams' and 'thread_limit' clauses">;
|