reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2102 KMP_CHECK_UPDATE(this_thr->th.th_def_allocator, team->t.t_def_allocator);
projects/openmp/runtime/src/kmp_csupport.cpp 577 this_thr->th.th_def_allocator = serial_team->t.t_def_allocator; // restore
projects/openmp/runtime/src/kmp_runtime.cpp1291 serial_team->t.t_def_allocator = this_thr->th.th_def_allocator; // save 1594 parent_team->t.t_def_allocator = master_th->th.th_def_allocator; // save 2055 KMP_CHECK_UPDATE(team->t.t_def_allocator, master_th->th.th_def_allocator); 2504 master_th->th.th_def_allocator = team->t.t_def_allocator;