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

/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_misc.c57 static pthread_key_t uu_error_key = PTHREAD_ONCE_KEY_NP; variable
59 static pthread_key_t uu_error_key = 0; variable
79 if (pthread_key_create_once_np(&uu_error_key, NULL) != 0)
87 if (pthread_key_create(&uu_error_key, NULL) != 0)
96 (void) pthread_setspecific(uu_error_key,
111 return ((uint32_t)(uintptr_t)pthread_getspecific(uu_error_key));

Completed in 42 milliseconds