Lines Matching refs:team
140 * omp_get_num_threads:: Size of the active team
145 * omp_set_num_threads:: Set upper team size limit
178 The dynamic team setting may be initialized at startup by the
283 @section @code{omp_get_num_threads} -- Size of the active team
286 The number of threads in the current team. In a sequential section of
289 The default team size may be initialized at startup by the
291 of the current team may be set either by the @code{NUM_THREADS}
322 value of the master thread of a team is always 0.
371 within a team. The function takes the language-specific equivalent
373 adjustment of team sizes and @code{false} disables it.
399 Enable or disable nested parallel regions, i.e., whether team members
402 dynamic adjustment of team sizes and @code{false} disables it.
425 @section @code{omp_set_num_threads} -- Set upper team size limit
823 within a team. The value of this environment variable shall be
842 Enable or disable nested parallel regions, i.e., whether team members
1161 create the team structure and assign team ids.
1167 Tears down the team and returns us to the previous @code{omp_in_parallel()} state.