Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_threadprivate.cpp179 if (d_tn->dt.dtorv != 0) { in __kmp_common_destroy()
188 (*d_tn->dt.dtorv)(tn->par_addr, d_tn->vec_len); in __kmp_common_destroy()
194 (*d_tn->dt.dtorv)(d_tn->obj_init, d_tn->vec_len); in __kmp_common_destroy()
251 if (d_tn->dt.dtorv != 0) { in __kmp_common_destroy_gtid()
252 (void)(*d_tn->dt.dtorv)(tn->par_addr, d_tn->vec_len); in __kmp_common_destroy_gtid()
255 (void)(*d_tn->dt.dtorv)(d_tn->obj_init, d_tn->vec_len); in __kmp_common_destroy_gtid()
770 d_tn->dt.dtorv = dtor; in __kmpc_threadprivate_register_vec()
HDkmp.h1493 kmpc_dtor_vec dtorv; member