Home
last modified time | relevance | path

Searched refs:max_nproc (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp4908 __kmp_allocate_team(kmp_root_t *root, int new_nproc, int max_nproc, in __kmp_allocate_team() argument
4923 KMP_DEBUG_ASSERT(max_nproc >= new_nproc); in __kmp_allocate_team()
4957 KMP_DEBUG_ASSERT(new_nproc <= max_nproc); in __kmp_allocate_team()
5281 if (team->t.t_max_nproc >= max_nproc) { in __kmp_allocate_team()
5339 team->t.t_max_nproc = max_nproc; in __kmp_allocate_team()
5342 __kmp_allocate_team_arrays(team, max_nproc); in __kmp_allocate_team()
Dkmp.h3515 __kmp_allocate_team(kmp_root_t *root, int new_nproc, int max_nproc,