Home
last modified time | relevance | path

Searched refs:ntsd (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dtsd.c270 tsd_t *ntsd; in thr_setspecific_slow() local
301 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()