Searched refs:tls_t (Results 1 – 5 of 5) sorted by relevance
53 tls_t *tls_modinfo = &tlsm->tls_modinfo; in tls_modinfo_alloc()222 tls_t *tlsent; in slow_tls_get_addr()237 tlsent = lmalloc(tlsm->tls_modinfo.tls_size * sizeof (tls_t)); in slow_tls_get_addr()240 self->ul_ntlsent * sizeof (tls_t)); in slow_tls_get_addr()242 self->ul_ntlsent * sizeof (tls_t)); in slow_tls_get_addr()300 tls_t *tlsent = self->ul_tlsent; in __tls_get_addr()376 tls_t *tlsent; in tls_exit()436 tls_t *tlsent; in tls_free()452 lfree(ulwp->ul_tlsent, ntlsent * sizeof (tls_t)); in tls_free()
330 } tls_t; typedef334 tls_t tls_modinfo; /* Root of all TLS_modinfo data */335 tls_t static_tls; /* Template for static TLS */337 (sizeof (mutex_t) + 2 * sizeof (tls_t))];558 tls_t ul_tls; /* dynamic thread-local storage base */
35 tls_t SIZEOF_TLS_T
37 tls_t SIZEOF_TLS_T
2280 tls_t tls; in __td_thr_tlsbase()2303 (psaddr_t)((tls_t *)tls.tls_data + moduleid), in __td_thr_tlsbase()