Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dtls.c37 #define TLSBLOCKCNT 16 /* number of blocks of tmi_bits to allocate */ macro
54 calloc(TLSBLOCKCNT, sizeof (uint_t))) == NULL) in tls_getmodid()
58 tmid.tmi_cnt = TLSBLOCKCNT; in tls_getmodid()
87 (TLSBLOCKCNT * sizeof (uint_t))))) == NULL) in tls_getmodid()
93 bzero(&(tmid.tmi_bits[tmid.tmi_cnt]), TLSBLOCKCNT * sizeof (uint_t)); in tls_getmodid()
97 tmid.tmi_cnt += TLSBLOCKCNT; in tls_getmodid()