Searched defs:tls (Results 1 – 4 of 4) sorted by relevance
31 __LIBC_HIDDEN__ void __set_tls(void* tls) { in __set_tls()
69 void** tls = __get_tls(); in __libc_preinit() local
103 void* tls[BIONIC_TLS_SLOTS]; variable
249 void* tls = reinterpret_cast<void*>(thread->tls); in pthread_create() local