Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread.c1567 #define TLSMAP_SIZE BIONIC_TLS_SLOTS macro
1569 #define TLSMAP_WORDS ((TLSMAP_SIZE+TLSMAP_BITS-1)/TLSMAP_BITS)
1575 ((key) >= TLSMAP_START && (key) < TLSMAP_SIZE)
1583 tls_dtor_t dtors[TLSMAP_SIZE]; /* key destructors */
1640 for ( key = TLSMAP_START; key < TLSMAP_SIZE; key++ ) { in tlsmap_alloc()
1775 for (kk = TLSMAP_START; kk < TLSMAP_SIZE; kk++) { in pthread_key_clean_all()