Home
last modified time | relevance | path

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

/bionic/libc/platform/bionic/
Dtls_defines.h84 #define TLS_SLOT_BIONIC_TLS (-1) macro
114 #define TLS_SLOT_BIONIC_TLS 9 macro
/bionic/libc/bionic/
Dpthread_internal.h203 return *static_cast<bionic_tls*>(__get_tls()[TLS_SLOT_BIONIC_TLS]); in __get_bionic_tls()
Dpthread_create.cpp67 tcb->tls_slot(TLS_SLOT_BIONIC_TLS) = tls; in __init_bionic_tls_ptrs()