HomeSort by relevance Sort by last modified time
    Searched refs:frag_deflator_thread (Results 1 - 2 of 2) sorted by null

  /external/squashfs-tools/squashfs-tools/
restore.c 50 extern pthread_t *deflator_thread, *frag_deflator_thread, *frag_thread;
130 pthread_cancel(frag_deflator_thread[i]);
132 pthread_join(frag_deflator_thread[i], NULL);
mksquashfs.c 288 pthread_t *deflator_thread, *frag_deflator_thread, *frag_thread; variable
    [all...]

Completed in 787 milliseconds