Home
last modified time | relevance | path

Searched refs:thread_limit (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dompd-specific.h74 OMPD_ACCESS(kmp_internal_control_t, thread_limit) \
H A Dkmp_gsupport.cpp1685 unsigned int thread_limit) { in KMP_EXPAND_NAME()
1921 unsigned thread_limit, in KMP_EXPAND_NAME()
1926 gtid, num_teams, thread_limit, flags)); in KMP_EXPAND_NAME()
1927 __kmpc_push_num_teams(&loc, gtid, num_teams, thread_limit); in KMP_EXPAND_NAME()
H A Dkmp_ftn_entry.h775 return thread->th.th_current_task->td_icvs.thread_limit; in KMP_EXPAND_NAME()
H A Dkmp_runtime.cpp4169 this_thr->th.th_current_task->td_icvs.thread_limit = in __kmp_initialize_info()
5586 thr->th.th_current_task->td_icvs.thread_limit = in __kmp_free_team()
7397 tmp->cg_thread_limit = thr->th.th_current_task->td_icvs.thread_limit; in __kmp_teams_master()
7493 if (num_threads > thr->th.th_current_task->td_icvs.thread_limit) { in __kmp_push_thread_limit()
7494 num_threads = thr->th.th_current_task->td_icvs.thread_limit; in __kmp_push_thread_limit()
7505 thr->th.th_current_task->td_icvs.thread_limit = num_threads; in __kmp_push_thread_limit()
H A Dkmp.h1924 int thread_limit; /* internal control for thread-limit-var */ member
2147 (((xthread)->th.th_current_task->td_icvs.thread_limit) = (xval))
H A Dkmp_csupport.cpp458 this_thr->th.th_current_task->td_icvs.thread_limit = in __kmpc_fork_teams()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/include/
H A Domp_lib.f90.var537 subroutine omp_set_teams_thread_limit(thread_limit) bind(c)
539 integer (kind=omp_integer_kind), value :: thread_limit
H A Domp_lib.h.var631 subroutine omp_set_teams_thread_limit(thread_limit) bind(c)
633 integer (kind=omp_integer_kind), value :: thread_limit
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td186 def OMPC_ThreadLimit : Clause<"thread_limit"> {