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

/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_misc.c55 static pthread_key_t uu_error_key = PTHREAD_ONCE_KEY_NP; variable
57 static pthread_key_t uu_error_key = 0; variable
80 if (pthread_key_create_once_np(&uu_error_key, NULL) != 0)
88 if (pthread_key_create(&uu_error_key, NULL) != 0)
97 (void) pthread_setspecific(uu_error_key,
114 return ((uint32_t)(uintptr_t)pthread_getspecific(uu_error_key));

Completed in 44 milliseconds