Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_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()
250 if (d_tn->dt.dtorv != 0) { in __kmp_common_destroy_gtid()
251 (void)(*d_tn->dt.dtorv)(tn->par_addr, d_tn->vec_len); in __kmp_common_destroy_gtid()
254 (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()
Dkmp.h1586 kmpc_dtor_vec dtorv; member