Home
last modified time | relevance | path

Searched refs:tls32_t (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libc/inc/
H A Dthr_uberdata.h344 } tls32_t; typedef
348 tls32_t tls_modinfo; /* Root of all TLS_modinfo data */
349 tls32_t static_tls; /* Template for static TLS */
351 (sizeof (mutex_t) + 2 * sizeof (tls32_t))];
1014 tls32_t ul_tls; /* dynamic thread-local storage base */
/titanic_44/usr/src/lib/libc_db/common/
H A Dthread_db.c2289 tls32_t tls; in __td_thr_tlsbase()
2312 (psaddr_t)((tls32_t *)(uintptr_t)tls.tls_data + moduleid), in __td_thr_tlsbase()