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

/bionic/libc/bionic/
H A 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)
1897 static int tlsmap_alloc(tlsmap_t* m, tls_dtor_t dtor)
2040 tls_dtor_t dtor = map->dtors[kk];

Completed in 6 milliseconds