Home
last modified time | relevance | path

Searched refs:dtorv (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_threadprivate.cpp178 if (d_tn->dt.dtorv != 0) { in __kmp_common_destroy()
187 (*d_tn->dt.dtorv)(tn->par_addr, d_tn->vec_len); in __kmp_common_destroy()
193 (*d_tn->dt.dtorv)(d_tn->obj_init, d_tn->vec_len); in __kmp_common_destroy()
249 if (d_tn->dt.dtorv != 0) { in __kmp_common_destroy_gtid()
250 (void)(*d_tn->dt.dtorv)(tn->par_addr, d_tn->vec_len); in __kmp_common_destroy_gtid()
253 (void)(*d_tn->dt.dtorv)(d_tn->obj_init, d_tn->vec_len); in __kmp_common_destroy_gtid()
769 d_tn->dt.dtorv = dtor; in __kmpc_threadprivate_register_vec()
H A Dkmp.h1842 kmpc_dtor_vec dtorv; member