Searched defs:TLSMAP_WORDS (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_key.cpp62 #define TLSMAP_WORDS ((BIONIC_TLS_SLOTS+TLSMAP_BITS-1)/TLSMAP_BITS) macro
76 uint32_t map[TLSMAP_WORDS];

Completed in 29 milliseconds