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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.c37 pthread_t *thread, *deflator_thread; variable
1837 deflator_thread = &thread[3];
1851 if(pthread_create(&deflator_thread[i], NULL, deflator, NULL) !=
H A Dmksquashfs.c365 pthread_t *thread, *deflator_thread, *frag_deflator_thread, progress_thread; variable
4090 deflator_thread = &thread[2];
4091 frag_deflator_thread = &deflator_thread[processors];
4109 if(pthread_create(&deflator_thread[i], NULL, deflator, NULL) !=

Completed in 41 milliseconds