Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/threads/
H A Dtsd.c230 return (stsd->tsd_data[key]); in pthread_getspecific()
253 *valuep = stsd->tsd_data[key]; in thr_getspecific()
315 ntsd->tsd_data[key] = value; in thr_setspecific_slow()
340 stsd->tsd_data[key] = value; in thr_setspecific()
425 (val = self->ul_stsd->tsd_data[key]) != NULL) { in tsd_exit()
426 self->ul_stsd->tsd_data[key] = NULL; in tsd_exit()
/titanic_41/usr/src/lib/libc/inc/
H A Dthr_uberdata.h294 void *tsd_data[1]; member
310 caddr32_t tsd_data[1]; member
/titanic_41/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c1125 (uintptr_t)&u.ul_stsd->tsd_data[key]) == -1) { in d_tsd()