reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_runtime.cpp
 4133     KMP_ASSERT(dispatch);
 4137     dispatch->th_disp_index = 0;
 4138     dispatch->th_doacross_buf_idx = 0;
 4139     if (!dispatch->th_disp_buffer) {
 4140       dispatch->th_disp_buffer =
 4145             gtid, &dispatch->th_disp_buffer[0],
 4146             &dispatch->th_disp_buffer[team->t.t_max_nproc == 1
 4154       memset(&dispatch->th_disp_buffer[0], '\0', disp_size);
 4157     dispatch->th_dispatch_pr_current = 0;
 4158     dispatch->th_dispatch_sh_current = 0;
 4160     dispatch->th_deo_fcn = 0; /* ORDERED     */
 4161     dispatch->th_dxo_fcn = 0; /* END ORDERED */