Home
last modified time | relevance | path

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

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