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

  /bionic/libc/bionic/
libc_init_dynamic.c 72 void** tls_area = (void**)__get_tls(); local
73 unsigned* elfdata = tls_area[TLS_SLOT_BIONIC_PREINIT];
75 tls_area[TLS_SLOT_BIONIC_PREINIT] = NULL;
libc_init_common.c 63 static void* tls_area[BIONIC_TLS_SLOTS]; local
73 __init_tls(tls_area, &thread);

Completed in 31 milliseconds