Home
last modified time | relevance | path

Searched refs:progress_thread (Results 1 – 2 of 2) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dprogressbar.c51 pthread_t progress_thread; variable
221 pthread_create(&progress_thread, NULL, progress_thrd, NULL); in init_progress_bar()
Dunsquashfs.c2130 void *progress_thread(void *arg) in progress_thread() function
2330 pthread_create(&thread[2], NULL, progress_thread, NULL); in initialise_threads()