reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1429 __kmp_threads[gtid]->th.th_def_allocator = allocator; 1433 return __kmp_threads[gtid]->th.th_def_allocator; 1449 allocator = __kmp_threads[gtid]->th.th_def_allocator;projects/openmp/runtime/src/kmp_barrier.cpp
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; 3778 root_thread->th.th_def_allocator = __kmp_def_allocator; 4368 new_thr->th.th_def_allocator = __kmp_def_allocator;