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

/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1434 * Locks out tsd_create, tsd_destroy, and tsd_exit
1438 tsd_create(uint_t *keyp, void (*destructor)(void *)) function
1486 * Locks out tsd_create, tsd_destroy, and tsd_exit
1539 * Assumes the caller is protecting key from tsd_create and tsd_destroy
1579 * Assumes the caller is protecting key from tsd_create and tsd_destroy
1580 * May lock out tsd_destroy (and tsd_create), may allocate memory with
1646 tsd_create(keyp, destroy);
1654 * Locks out tsd_create and tsd_destroy
1673 * lock out tsd_create and tsd_destroy, call
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h298 #define tsd_create(kp, d) pthread_key_create(kp, d) macro

Completed in 66 milliseconds