Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:number_threads

2387     number_threads;
2389 number_threads=(size_t) GetMagickResourceLimit(ThreadResource);
2390 contribution=(ContributionInfo **) AcquireQuantumMemory(number_threads,
2394 (void) ResetMagickMemory(contribution,0,number_threads*sizeof(*contribution));
2395 for (i=0; i < (ssize_t) number_threads; i++)