Home
last modified time | relevance | path

Searched refs:TLS_SLOT_ERRNO (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/private/
Dbionic_tls.h58 #define TLS_SLOT_ERRNO 2 macro
68 #define TLS_SLOT_BIONIC_PREINIT (TLS_SLOT_ERRNO+1)
79 #define TLS_SLOT_MAX_WELL_KNOWN TLS_SLOT_ERRNO
/bionic/libc/bionic/
D__errno.c33 return &((volatile int*)__get_tls())[TLS_SLOT_ERRNO]; in __errno()
Dpthread.c182 for (nn = TLS_SLOT_ERRNO; nn < BIONIC_TLS_SLOTS; nn++) in __init_tls()