Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Drestore.c50 extern pthread_t *deflator_thread, *frag_deflator_thread, *frag_thread;
97 pthread_cancel(deflator_thread[i]); in restore_thrd()
99 pthread_join(deflator_thread[i], NULL); in restore_thrd()
Dmksquashfs.c288 pthread_t *deflator_thread, *frag_deflator_thread, *frag_thread; variable
4413 deflator_thread = malloc(processors * 3 * sizeof(pthread_t)); in initialise_threads()
4414 if(deflator_thread == NULL) in initialise_threads()
4417 frag_deflator_thread = &deflator_thread[processors]; in initialise_threads()
4439 if(pthread_create(&deflator_thread[i], NULL, deflator, NULL)) in initialise_threads()