Searched refs:dtor (Results 1 – 2 of 2) sorted by relevance
1339 static __inline__ void tlsmap_set(tlsmap_t* m, int key, tls_dtor_t dtor) in tlsmap_set() argument1342 m->dtors[key] = dtor; in tlsmap_set()1353 static int tlsmap_alloc(tlsmap_t* m, tls_dtor_t dtor) in tlsmap_alloc() argument1359 tlsmap_set(m, key, dtor); in tlsmap_alloc()1496 tls_dtor_t dtor = map->dtors[kk]; in pthread_key_clean_all() local1498 if (data != NULL && dtor != NULL) in pthread_key_clean_all()1515 (*dtor)(data); in pthread_key_clean_all()
45 void (*dtor)(struct as_io_context *aic); member86 void (*dtor)(struct io_context *); member