Searched refs:progress_thread (Results 1 – 2 of 2) sorted by relevance
51 pthread_t progress_thread; variable221 pthread_create(&progress_thread, NULL, progress_thrd, NULL); in init_progress_bar()
2130 void *progress_thread(void *arg) in progress_thread() function2330 pthread_create(&thread[2], NULL, progress_thread, NULL); in initialise_threads()