Searched refs:frag_thread (Results 1 – 2 of 2) sorted by relevance
50 extern pthread_t *deflator_thread, *frag_deflator_thread, *frag_thread;109 pthread_cancel(frag_thread[i]); in restore_thrd()111 pthread_join(frag_thread[i], NULL); in restore_thrd()
288 pthread_t *deflator_thread, *frag_deflator_thread, *frag_thread; variable4418 frag_thread = &frag_deflator_thread[processors]; in initialise_threads()4444 if(pthread_create(&frag_thread[i], NULL, frag_thrd, in initialise_threads()