Searched refs:t_def_allocator (Results 1 – 4 of 4) sorted by relevance
1343 serial_team->t.t_def_allocator = this_thr->th.th_def_allocator; // save in __kmp_serialized_parallel()1649 parent_team->t.t_def_allocator = master_th->th.th_def_allocator; // save in __kmp_fork_call()2117 KMP_CHECK_UPDATE(team->t.t_def_allocator, master_th->th.th_def_allocator); in __kmp_fork_call()2562 master_th->th.th_def_allocator = team->t.t_def_allocator; in __kmp_join_call()
2007 KMP_CHECK_UPDATE(this_thr->th.th_def_allocator, team->t.t_def_allocator); in __kmp_fork_barrier()
2724 void *const *t_def_allocator; /* per implicit task default allocator */ member
553 this_thr->th.th_def_allocator = serial_team->t.t_def_allocator; // restore in __kmpc_end_serialized_parallel()