reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2581 if (thread->th.th_team != thread->th.th_serial_team) { 2581 if (thread->th.th_team != thread->th.th_serial_team) { 2584 if (thread->th.th_team->t.t_serialized > 1) { 2587 if (thread->th.th_team->t.t_control_stack_top == NULL) { 2590 if (thread->th.th_team->t.t_control_stack_top->serial_nesting_level != 2591 thread->th.th_team->t.t_serialized) { 2600 copy_icvs(control, &thread->th.th_current_task->td_icvs); 2602 control->serial_nesting_level = thread->th.th_team->t.t_serialized; 2604 control->next = thread->th.th_team->t.t_control_stack_top; 2605 thread->th.th_team->t.t_control_stack_top = control;