Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_asm_tls.h95 #define MAX_TLS_SLOT 7 macro
115 #define MAX_TLS_SLOT 9 // update this value when reserving a slot macro
119 #define BIONIC_TLS_SLOTS (MAX_TLS_SLOT - MIN_TLS_SLOT + 1)
/bionic/libc/bionic/
Dbionic_elf_tls.cpp117 const size_t min_bionic_alignment = BIONIC_ROUND_UP_POWER_OF_2(MAX_TLS_SLOT) * sizeof(void*); in reserve_exe_segment_and_tcb()