Lines Matching refs:all
22 object or executable. At program startup, TLS for all initially-loaded modules comprises the "Static
221 `dlopen` can initialize the new static TLS memory in all existing threads. A thread list could be
283 almost all registers, reducing register pressure in the caller
285 * In general, the resolver function must call `__tls_get_addr`, so it must save and restore all
324 * GCC and the BFD linker support both designs on all supported Android architectures (arm32, arm64,
365 can't link code using TLSDESC at all, except on arm64, where it's used by default.
562 On the other hand, maybe lazy allocation is a feature, because not all threads will use a dlopen'ed
567 > up the process. It would be a waste of memory and time to allocate the storage for all threads. A
570 > alternative to stopping all threads and allocating storage for all threads before letting them run
653 on all architectures.
754 * Reserving 16 covers all the existing Bionic slots and gives a little room for expansion. (If we
762 * memory layout is the same on all architectures, avoids native bridge complications