Lines Matching defs:serialized

760 /* determine if we can go parallel or must use a serialized parallel region and
1179 /* Run a parallel region that has been serialized, so runs only in a team of the
1187 /* Skip all this code for autopar serialized loops since it results in
1199 /* utilize the serialized team held by this thread */
1259 /* setup new serialized team and install it */
1271 then we can still guarantee that serialized teams are ok, since we may
1305 /* TODO: GEH: do ICVs work for nested serialized teams? Don't we need an
1306 implicit task for each serialized task represented by
1356 /* this serialized team is already being used,
1400 // serialized parallel regions
1485 // AC: we are in serialized parallel
1700 // Create a serialized parallel region
1926 /* return true if we really went parallel, false if serialized */
2073 // Check if we need to take forkjoin lock? (no need for serialized
2107 // GEH: only modify the executing flag in the case when not serialized
2108 // serialized case is handled in kmpc_serialized_parallel
2351 // keep stack stitching id in the serialized parent_team;
2462 // For GOMP interface with serialized parallel, need the
2706 /* restore serialized team, if need be */
4599 // add the reserve serialized team, initialized from the team's primary thread
8552 int serialized;
8553 kmp_team_t *team = __kmp_aux_get_team_info(serialized);
8555 if (serialized > 1) {
8556 return 0; // teams region is serialized ( 1 team of 1 thread ).
8565 int serialized;
8566 kmp_team_t *team = __kmp_aux_get_team_info(serialized);
8568 if (serialized > 1) {
9020 // If the team is serialized (team_size == 1), ignore the forced reduction