Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/
Dblkdev.h51 void (*dtor)(struct as_io_context *aic); member
89 void (*dtor)(struct io_context *); member
/bionic/libc/bionic/
Dpthread.c1887 static __inline__ void tlsmap_set(tlsmap_t* m, int key, tls_dtor_t dtor) in tlsmap_set() argument
1890 m->dtors[key] = dtor; in tlsmap_set()
1901 static int tlsmap_alloc(tlsmap_t* m, tls_dtor_t dtor) in tlsmap_alloc() argument
1907 tlsmap_set(m, key, dtor); in tlsmap_alloc()
2046 tls_dtor_t dtor = map->dtors[kk]; in pthread_key_clean_all() local
2048 if (data != NULL && dtor != NULL) in pthread_key_clean_all()
2065 (*dtor)(data); in pthread_key_clean_all()