Searched refs:dtor (Results 1 – 2 of 2) sorted by relevance
51 void (*dtor)(struct as_io_context *aic); member89 void (*dtor)(struct io_context *); member
1887 static __inline__ void tlsmap_set(tlsmap_t* m, int key, tls_dtor_t dtor) in tlsmap_set() argument1890 m->dtors[key] = dtor; in tlsmap_set()1901 static int tlsmap_alloc(tlsmap_t* m, tls_dtor_t dtor) in tlsmap_alloc() argument1907 tlsmap_set(m, key, dtor); in tlsmap_alloc()2046 tls_dtor_t dtor = map->dtors[kk]; in pthread_key_clean_all() local2048 if (data != NULL && dtor != NULL) in pthread_key_clean_all()2065 (*dtor)(data); in pthread_key_clean_all()