pthread_key_create  147 builtin/index-pack.c 	pthread_key_create(&key, NULL);
pthread_key_create  111 compat/nedmalloc/nedmalloc.c  #define TLSALLOC(k)	pthread_key_create(k, 0)
pthread_key_create  749 run-command.c  		pthread_key_create(&async_key, NULL);
pthread_key_create  750 run-command.c  		pthread_key_create(&async_die_counter, NULL);