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

  /bionic/libc/private/
bionic_tls.h 47 #define BIONIC_TLS_SLOTS 64
83 /* set the Thread Local Storage, must contain at least BIONIC_TLS_SLOTS pointers */
  /bionic/libc/bionic/
libc_init_common.c 70 static void* tls_area[BIONIC_TLS_SLOTS];
pthread.c 189 for (nn = TLS_SLOT_ERRNO; nn < BIONIC_TLS_SLOTS; nn++)
342 tls = (void**)(stack + stackSize - BIONIC_TLS_SLOTS*sizeof(void*));
    [all...]
  /bionic/libc/unistd/
sysconf.c 55 #define SYSTEM_THREAD_KEYS_MAX BIONIC_TLS_SLOTS

Completed in 347 milliseconds