Home
last modified time | relevance | path

Searched refs:tls_t (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libc/port/threads/
H A Dtls.c53 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()
/titanic_50/usr/src/lib/libc/inc/
H A Dthr_uberdata.h330 } tls_t; typedef
334 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 */
/titanic_50/usr/src/lib/libc/sparc/
H A Doffsets.in35 tls_t SIZEOF_TLS_T
/titanic_50/usr/src/lib/libc/i386/
H A Doffsets.in37 tls_t SIZEOF_TLS_T
/titanic_50/usr/src/lib/libc_db/common/
H A Dthread_db.c2280 tls_t tls; in __td_thr_tlsbase()
2303 (psaddr_t)((tls_t *)tls.tls_data + moduleid), in __td_thr_tlsbase()