processing_thread
pthread_create(&threads[i], NULL, processing_thread,
static void *processing_thread(void *);