thread_data        97 builtin/index-pack.c static struct thread_local *thread_data;
thread_data       148 builtin/index-pack.c 	thread_data = xcalloc(nr_threads, sizeof(*thread_data));
thread_data       150 builtin/index-pack.c 		thread_data[i].pack_fd = open(curr_pack, O_RDONLY);
thread_data       151 builtin/index-pack.c 		if (thread_data[i].pack_fd == -1)
thread_data       171 builtin/index-pack.c 		close(thread_data[i].pack_fd);
thread_data       173 builtin/index-pack.c 	free(thread_data);
thread_data      1202 builtin/index-pack.c 			int ret = pthread_create(&thread_data[i].thread, NULL,
thread_data      1203 builtin/index-pack.c 						 threaded_second_pass, thread_data + i);
thread_data      1209 builtin/index-pack.c 			pthread_join(thread_data[i].thread, NULL);
thread_data        37 preload-index.c 	struct thread_data *p = _data;
thread_data        74 preload-index.c 	struct thread_data data[MAX_PARALLEL];
thread_data        88 preload-index.c 		struct thread_data *p = data+i;
thread_data        99 preload-index.c 		struct thread_data *p = data+i;