Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/disp/
H A Dthread.c1521 if (tsd->ts_value[k] && tsd_destructor[k]) in tsd_destroy()
1522 (*tsd_destructor[k])(tsd->ts_value[k]); in tsd_destroy()
1526 tsd->ts_value[k] = NULL; in tsd_destroy()
1570 return (tsd->ts_value[key - 1]); in tsd_agent_get()
1596 tsd->ts_value[key - 1] = value; in tsd_agent_set()
1618 tsd->ts_value = tsd_realloc(tsd->ts_value, in tsd_agent_set()
1622 tsd->ts_value[key - 1] = value; in tsd_agent_set()
1643 if (key && key <= tsd->ts_nkeys && (value = tsd->ts_value[key - 1])) in tsd_getcreate()
1679 if (tsd->ts_value[i] && tsd_destructor[i]) in tsd_exit()
1680 (*tsd_destructor[i])(tsd->ts_value[i]); in tsd_exit()
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dtsd.c112 eladdr = (uintptr_t)(ts->ts_value + key - 1); in ttotsd()
/titanic_41/usr/src/uts/common/sys/
H A Dthread.h268 void **ts_value; /* array of value/key */ member