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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dtsd.c229 if ((stsd = curthread->ul_stsd) != NULL && key < stsd->tsd_nalloc)
252 else if ((stsd = curthread->ul_stsd) != NULL && key < stsd->tsd_nalloc)
294 * stsd->tsd_nalloc must always be a power of two.
296 nkeys = ((stsd = self->ul_stsd) != NULL)? stsd->tsd_nalloc : 8;
310 (void) memcpy(ntsd, stsd, stsd->tsd_nalloc * sizeof (void *));
311 lfree(stsd, stsd->tsd_nalloc * sizeof (void *));
314 ntsd->tsd_nalloc = nkeys;
339 if ((stsd = curthread->ul_stsd) != NULL && key < stsd->tsd_nalloc) {
421 for (; key < self->ul_stsd->tsd_nalloc &&
451 lfree(stsd, stsd->tsd_nalloc * sizeo
[all...]
/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h284 * lookups blindingly fast. Note that tsd_nalloc could be placed at the
289 uint_t tsd_nalloc; /* Amount of allocated storage */ member in union:tsd
305 uint_t tsd_nalloc; /* Amount of allocated storage */ member in union:tsd32
/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c2316 nkey = tsd_paddr == NULL ? TSD_NFAST : stsd.tsd_nalloc;
2340 nkey = addr == NULL ? TSD_NFAST : stsd.tsd_nalloc;

Completed in 36 milliseconds