_pthread_key_create
#define pthread_key_create _pthread_key_create
_pthread_key_create(&name##_state_key, name##_endstate); \
#define thr_keycreate(k, d) _pthread_key_create(k, d)
_pthread_key_create(&locale_info_key, xlocale_release);
_pthread_key_create(&_term_key_##x, NULL); \
pthread_keycreate_ret = _pthread_key_create(&key, __res_destroy_ctx);
_pthread_key_create(&thread_mags_key, mtmagazine_destructor);
localtime_key_error = _pthread_key_create(&localtime_key, free);
gmtime_key_error = _pthread_key_create(&gmtime_key, free);
_pthread_key_create(&lpmap_key, (void (*)(void *))lpmap_unmap);
STATIC_LIB_REQUIRE(_pthread_key_create);
__strong_reference(_pthread_key_create, pthread_key_create);