tls_get
extern void *tls_get(int32 index);
return (struct user_thread*)tls_get(TLS_USER_THREAD_SLOT);
return (addr_t)tls_get(get_tls_handle());
return (RequestThread*)tls_get(sTLSVariable);
return (int32)tls_get(get_tls_handle());
return (thread_id)(addr_t)tls_get(TLS_THREAD_ID_SLOT);
return (thread_id)(addr_t)tls_get(TLS_THREAD_ID_SLOT);
return (thread_id)(addr_t)tls_get(TLS_THREAD_ID_SLOT);
callback_node *node = tls_get(TLS_ON_EXIT_THREAD_SLOT);
ThreadLocale* threadLocale = (ThreadLocale*)tls_get(TLS_LOCALE_SLOT);
int32 result = (int32)(intptr_t)tls_get(TLS_MALLOC_SLOT);
const int32 id = (int32)(intptr_t)tls_get(TLS_MALLOC_SLOT);
pw_tls_t *p = (pw_tls_t *)tls_get(pw_tls_id);
free(tls_get(sThreadContextSlot));
syslog_context *context = (syslog_context *)tls_get(sThreadContextSlot);
CPU* cpu = (CPU*)tls_get(sCPUIndexSlot);
CPU* cpu = (CPU*)tls_get(sCPUIndexSlot);
void *var = tls_get(fTLSDebuggerCall);
void *var = tls_get(fTLSDebuggerCall);
void *var = tls_get(fTLSDebuggerCall);