pthread_key_create
extern int pthread_key_create(pthread_key_t *key,
WRAPPER_FUNCTION(int, pthread_key_create,
pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx);
pthread_key_create(&key, ICULocaleBackend::_DestroyThreadLocalStorageValue);
if (pthread_key_create(key, dtor) != 0)
pthread_key_create(&self, NULL);