Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread.c1839 typedef void (*tls_dtor_t)(void*); typedef
1844 tls_dtor_t dtors[TLSMAP_SIZE]; /* key destructors */
1883 static __inline__ void tlsmap_set(tlsmap_t* m, int key, tls_dtor_t dtor) in tlsmap_set()
1897 static int tlsmap_alloc(tlsmap_t* m, tls_dtor_t dtor) in tlsmap_alloc()
2040 tls_dtor_t dtor = map->dtors[kk]; in pthread_key_clean_all()