Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/disp/
H A Dthread.c1551 tsd_set(uint_t key, void *value) in tsd_set() function
/titanic_41/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h295 #define tsd_set(k, v) pthread_setspecific(k, v) macro