pthread_key_create
if (pthread_key_create(&dp->d_key, NULL) != 0)
rc = pthread_key_create(&idmap_tsd_key, idmap_tsd_destroy);
if ((error = pthread_key_create(&create_threads_key,
if ((errno = pthread_key_create(&thread_info_key,
extern int pthread_key_create(pthread_key_t *, void (*)(void *));
|| &pthread_key_create == 0
err = pthread_key_create(&key, thread_termination);
(void) pthread_key_create(&_aio_key, _aio_worker_free);
if (pthread_key_create(key, dtor) == 0)
(void) pthread_key_create(&g_dtj_consumer_key, NULL);
if ( pthread_key_create(&nsldapi_key, free ) != 0) {
(void) pthread_key_create(&tsdKey, __destroyTsdKey);
(void) pthread_key_create(&nisdb_tsd_key, __nisdb_tsd_destroy);
if (pthread_key_create(&key, free) != 0) {
if (pthread_key_create(&key, net_data_destroy) != 0) {
pthread_keycreate_ret = pthread_key_create(&key, __res_destroy_ctx);
if (pthread_key_create(&scf_error_key, NULL) == 0)
if (pthread_key_create(&uu_error_key, NULL) != 0)