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

/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1485 * Assumes that the caller is preventing tsd_set and tsd_get
1551 tsd_set(uint_t key, void *value) function
1575 * Like tsd_set(), except that the agent lwp can set the tsd of
1647 (void) tsd_set(*keyp, value = (*allocate)());
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h297 #define tsd_set(k, v) pthread_setspecific(k, v) macro

Completed in 46 milliseconds