Home | History | Annotate | Download | only in MagickWand

Lines Matching refs:number_threads

738     number_threads;
740 number_threads=GetOpenMPMaximumThreads();
741 pixel_wands=(PixelWand ***) AcquireQuantumMemory(number_threads,
745 (void) ResetMagickMemory(pixel_wands,0,number_threads*sizeof(*pixel_wands));
746 for (i=0; i < (ssize_t) number_threads; i++)