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

/illumos-gate/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)
58 tmid.tmi_cnt = TLSBLOCKCNT;
87 (TLSBLOCKCNT * sizeof (uint_t))))) == NULL)
93 bzero(&(tmid.tmi_bits[tmid.tmi_cnt]), TLSBLOCKCNT * sizeof (uint_t));
97 tmid.tmi_cnt += TLSBLOCKCNT;

Completed in 57 milliseconds