Searched refs:ntsd (Results 1 – 1 of 1) sorted by relevance
270 tsd_t *ntsd; in thr_setspecific_slow() local301 if ((ntsd = lmalloc(nkeys * sizeof (void *))) == NULL) in thr_setspecific_slow()308 (void) memcpy(ntsd, stsd, stsd->tsd_nalloc * sizeof (void *)); in thr_setspecific_slow()312 ntsd->tsd_nalloc = nkeys; in thr_setspecific_slow()313 ntsd->tsd_data[key] = value; in thr_setspecific_slow()314 self->ul_stsd = ntsd; in thr_setspecific_slow()