Home
last modified time | relevance | path

Searched refs:th_def_allocator (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_alloc.cpp1289 __kmp_threads[gtid]->th.th_def_allocator = allocator; in __kmpc_set_default_allocator()
1292 return __kmp_threads[gtid]->th.th_def_allocator; in __kmpc_get_default_allocator()
1306 allocator = __kmp_threads[gtid]->th.th_def_allocator; in __kmpc_alloc()
H A Dkmp_runtime.cpp1343 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()
3848 root_thread->th.th_def_allocator = __kmp_def_allocator; in __kmp_register_root()
4391 new_thr->th.th_def_allocator = __kmp_def_allocator; in __kmp_allocate_thread()
H A Dkmp_barrier.cpp2007 KMP_CHECK_UPDATE(this_thr->th.th_def_allocator, team->t.t_def_allocator); in __kmp_fork_barrier()
H A Dkmp.h2501 void *const *th_def_allocator; /* per implicit task default allocator */ member
H A Dkmp_csupport.cpp553 this_thr->th.th_def_allocator = serial_team->t.t_def_allocator; // restore in __kmpc_end_serialized_parallel()