pthread_key_create
#define HEIMDAL_key_create(k,d,r) do { r = pthread_key_create(k,d); } while(0)
|| &pthread_key_create == 0
err = pthread_key_create(&key, thread_termination);
if (pthread_key_create(key, cleanup) != 0)
int pthread_key_create(pthread_key_t *, void (*) (void *));
STUB_FUNC2(pthread_key_create, PJT_KEY_CREATE, int, void *, void *)
error = pthread_key_create(&locale_info_key, xlocale_release);
pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx);
(pthread_key_create(&sc->xidkey, NULL) != 0 ||
if (pthread_key_create(key, dtor) != 0)
__weak_reference(_thr_key_create, pthread_key_create);
(void)pthread_key_create(&tacplus_key, tacplus_fini);