Searched refs:thread_tls_get (Results 1 – 4 of 4) sorted by relevance
288 static inline __ALWAYS_INLINE uintptr_t thread_tls_get(thread_t *t, uint entry) in thread_tls_get() function295 return thread_tls_get(get_current_thread(), entry); in tls_get()
50 (struct libc_state*)thread_tls_get(t, TLS_ENTRY_LIBC); in libc_state_thread_free()
270 return (struct trusty_thread*)thread_tls_get(t, TLS_ENTRY_TRUSTY); in trusty_thread_get()
63 return curr ? thread_tls_get(curr, TLS_ENTRY_UBSAN) : in_ubsan_early; in in_ubsan_get()