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

  /bionic/libc/bionic/
__errno.c 33 return &((volatile int*)__get_tls())[TLS_SLOT_ERRNO];
pthread.c 182 for (nn = TLS_SLOT_ERRNO; nn < BIONIC_TLS_SLOTS; nn++)
    [all...]
  /bionic/libc/private/
bionic_tls.h 58 #define TLS_SLOT_ERRNO 2
68 #define TLS_SLOT_BIONIC_PREINIT (TLS_SLOT_ERRNO+1)
72 * TLS_SLOT_ERRNO.
79 #define TLS_SLOT_MAX_WELL_KNOWN TLS_SLOT_ERRNO

Completed in 776 milliseconds