Home
last modified time | relevance | path

Searched defs:tsd_create (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/disp/
H A Dthread.c1438 tsd_create(uint_t *keyp, void (*destructor)(void *)) in tsd_create() function
/titanic_41/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h296 #define tsd_create(kp, d) pthread_key_create(kp, d) macro