Searched refs:th_def_allocator (Results 1 – 5 of 5) sorted by relevance
1472 __kmp_threads[gtid]->th.th_def_allocator = allocator; in __kmpc_set_default_allocator()1476 return __kmp_threads[gtid]->th.th_def_allocator; in __kmpc_get_default_allocator()1540 allocator = __kmp_threads[gtid]->th.th_def_allocator; in __kmp_alloc()1708 allocator = __kmp_threads[gtid]->th.th_def_allocator; in __kmp_calloc()
1255 serial_team->t.t_def_allocator = this_thr->th.th_def_allocator; // save in __kmp_serialized_parallel()1563 parent_team->t.t_def_allocator = master_th->th.th_def_allocator; // save in __kmp_fork_call()2100 KMP_CHECK_UPDATE(team->t.t_def_allocator, master_th->th.th_def_allocator); in __kmp_fork_call()2582 master_th->th.th_def_allocator = team->t.t_def_allocator; in __kmp_join_call()3920 root_thread->th.th_def_allocator = __kmp_def_allocator; in __kmp_register_root()4570 new_thr->th.th_def_allocator = __kmp_def_allocator; in __kmp_allocate_thread()
2612 KMP_CHECK_UPDATE(this_thr->th.th_def_allocator, team->t.t_def_allocator); in __kmp_fork_barrier()
589 this_thr->th.th_def_allocator = serial_team->t.t_def_allocator; // restore in __kmpc_end_serialized_parallel()
2684 omp_allocator_handle_t th_def_allocator; /* default allocator */ member