Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dproc.h723 extern void *tsd_getcreate(uint_t *, void (*)(void *), void *(*)(void));
/titanic_50/usr/src/uts/common/disp/
H A Dthread.c1635 tsd_getcreate(uint_t *keyp, void (*destroy)(void *), void *(*allocate)(void)) in tsd_getcreate() function