Searched refs:tsd_nalloc (Results 1 – 4 of 4) sorted by relevance
227 if ((stsd = curthread->ul_stsd) != NULL && key < stsd->tsd_nalloc) in pthread_getspecific()250 else if ((stsd = curthread->ul_stsd) != NULL && key < stsd->tsd_nalloc) in thr_getspecific()294 nkeys = ((stsd = self->ul_stsd) != NULL)? stsd->tsd_nalloc : 8; in thr_setspecific_slow()308 (void) memcpy(ntsd, stsd, stsd->tsd_nalloc * sizeof (void *)); in thr_setspecific_slow()309 lfree(stsd, stsd->tsd_nalloc * sizeof (void *)); in thr_setspecific_slow()312 ntsd->tsd_nalloc = nkeys; in thr_setspecific_slow()337 if ((stsd = curthread->ul_stsd) != NULL && key < stsd->tsd_nalloc) { in thr_setspecific()419 for (; key < self->ul_stsd->tsd_nalloc && in tsd_exit()449 lfree(stsd, stsd->tsd_nalloc * sizeof (void *)); in tsd_free()
295 uint_t tsd_nalloc; /* Amount of allocated storage */ member311 uint_t tsd_nalloc; /* Amount of allocated storage */ member
2173 nkey = tsd_paddr == 0 ? TSD_NFAST : stsd.tsd_nalloc; in __td_thr_tsd()2197 nkey = addr == 0 ? TSD_NFAST : stsd.tsd_nalloc; in __td_thr_tsd()
1180 (uintptr_t)&u.ul_stsd->tsd_nalloc) == -1) { in d_tsd()