Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h763 extern int tsd_agent_set(kthread_t *, uint_t, void *);
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1720 return (tsd_agent_set(curthread, key, value)); in tsd_set()
1751 tsd_agent_set(kthread_t *t, uint_t key, void *value) in tsd_agent_set() function