Searched defs:tmi_bits (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 */
40 uint_t *tmi_bits; member in struct:__anon1771
52 if (tmid.tmi_bits == 0) {
53 if ((tmid.tmi_bits =
56 tmid.tmi_bits[0] = 1;
69 if ((tmid.tmi_bits[cnt] ^ ~((uint_t)0)) == 0)
73 if ((tmid.tmi_bits[cnt] & bits) == 0) {
74 tmid.tmi_bits[cnt] |= bits;
85 if ((tmid.tmi_bits = realloc(tmid.tmi_bits,
[all...]

Completed in 43 milliseconds