reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
194 if (p->stack_top >= p->stack_size) { 194 if (p->stack_top >= p->stack_size) { 195 __kmp_expand_cons_stack(gtid, p); 197 tos = ++p->stack_top; 198 p->stack_data[tos].type = ct_parallel; 199 p->stack_data[tos].prev = p->p_top; 199 p->stack_data[tos].prev = p->p_top; 200 p->stack_data[tos].ident = ident; 201 p->stack_data[tos].name = NULL; 202 p->p_top = tos;