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

/bionic/libc/private/
H A Dbionic_tls.h83 #define BIONIC_TLS_RESERVED_SLOTS (GLOBAL_INIT_THREAD_LOCAL_BUFFER_COUNT + 5) macro
85 #define BIONIC_TLS_RESERVED_SLOTS GLOBAL_INIT_THREAD_LOCAL_BUFFER_COUNT macro
93 #define BIONIC_TLS_SLOTS BIONIC_ALIGN(PTHREAD_KEYS_MAX + TLS_SLOT_FIRST_USER_SLOT + BIONIC_TLS_RESERVED_SLOTS, 4)
/bionic/libc/bionic/
H A Dsysconf.cpp312 return (BIONIC_TLS_SLOTS - TLS_SLOT_FIRST_USER_SLOT - BIONIC_TLS_RESERVED_SLOTS);

Completed in 54 milliseconds