Searched refs:frag_deflator_thread (Results 1 – 2 of 2) sorted by relevance
50 extern pthread_t *deflator_thread, *frag_deflator_thread, *frag_thread;130 pthread_cancel(frag_deflator_thread[i]); in restore_thrd()132 pthread_join(frag_deflator_thread[i], NULL); in restore_thrd()
288 pthread_t *deflator_thread, *frag_deflator_thread, *frag_thread; variable4417 frag_deflator_thread = &deflator_thread[processors]; in initialise_threads()4418 frag_thread = &frag_deflator_thread[processors]; in initialise_threads()4441 if(pthread_create(&frag_deflator_thread[i], NULL, frag_deflator, in initialise_threads()