HomeSort by relevance Sort by last modified time
    Searched refs:TLS_SLOT_FIRST_USER_SLOT (Results 1 - 3 of 3) sorted by null

  /bionic/libc/private/
bionic_tls.h 66 TLS_SLOT_FIRST_USER_SLOT /* Must come last! */
80 * This is PTHREAD_KEYS_MAX + TLS_SLOT_FIRST_USER_SLOT + GLOBAL_INIT_THREAD_LOCAL_BUFFER_COUNT
84 #define BIONIC_TLS_SLOTS BIONIC_ALIGN(128 + TLS_SLOT_FIRST_USER_SLOT + GLOBAL_INIT_THREAD_LOCAL_BUFFER_COUNT, 4)
  /bionic/libc/bionic/
pthread_key.cpp 37 * The keys below TLS_SLOT_FIRST_USER_SLOT are reserved for Bionic to hold
67 return (key >= TLS_SLOT_FIRST_USER_SLOT && key < BIONIC_TLS_SLOTS);
93 for (pthread_key_t key = 0; key < TLS_SLOT_FIRST_USER_SLOT; ++key) {
sysconf.cpp 310 return (BIONIC_TLS_SLOTS - TLS_SLOT_FIRST_USER_SLOT - GLOBAL_INIT_THREAD_LOCAL_BUFFER_COUNT);

Completed in 1231 milliseconds