Searched defs:tsd_create (Results 1 – 3 of 3) sorted by relevance
39 #define tsd_create(kp, d) pthread_key_create((pthread_key_t *)kp, d) macro
52 #define tsd_create(keyp, destructor) do { \ macro
569 tsd_create(uint_t *keyp, dtor_func_t dtor) in tsd_create() function