Searched defs:ti (Results 1 – 2 of 2) sorted by relevance
295 __attribute__((noinline)) static void* tls_get_addr_slow_path(const TlsIndex* ti) { in tls_get_addr_slow_path()336 extern "C" void* TLS_GET_ADDR(const TlsIndex* ti) TLS_GET_ADDR_CCONV { in TLS_GET_ADDR()
406 const TlsIndex ti { si_tls->module_id, static_cast<size_t>(0 - TLS_DTV_OFFSET) }; in get_tls_block_for_this_thread() local