Searched defs:ti (Results 1 – 2 of 2) sorted by relevance
279 __attribute__((noinline)) static void* tls_get_addr_slow_path(const TlsIndex* ti) { in tls_get_addr_slow_path()314 extern "C" void* TLS_GET_ADDR(const TlsIndex* ti) TLS_GET_ADDR_CCONV { in TLS_GET_ADDR()
374 const TlsIndex ti { si_tls->module_id, 0 }; in get_tls_block_for_this_thread() local