throbber
pthread_t throbber;
pthread_create(&throbber, NULL, idr_throbber, &throbber_id);
pthread_join(throbber, NULL);
if (pthread_create(&threads[1], NULL, throbber, &array)) {