Lines Matching refs:threads
1018 bool IsGlobalMtMode; // if more than one benchmark encoder threads
1218 using of shared buffer by different threads */
1846 // if old LZMA benchmark uses two threads in coder, we increase (NumBundleThreads) for old LZMA benchmark uses two threads instead of one
3235 CFreqThreads threads;
3236 threads.Items = new CFreqInfo[numThreads];
3240 CFreqInfo &info = threads.Items[i];
3250 CFreqInfo &info = threads.Items[i];
3253 threads.NumThreads++;
3257 WRes wres = threads.WaitAll();
3262 RINOK(threads.Items[i].CallbackRes)
3373 CCrcThreads threads;
3374 threads.Items = new CCrcInfo[numThreads];
3376 WRes wres = threads.Common.StartEvent.Create();
3379 threads.NeedClose = true;
3385 CCrcInfo &ci = threads.Items[i];
3415 CCrcInfo &ci = threads.Items[i];
3417 ci.Common = &threads.Common;
3421 threads.NumThreads++;
3428 CCrcInfo &ci = threads.Items[i];
3437 WRes wres = threads.StartAndWait();
3445 RINOK(threads.Items[i].Res)
3447 if (threads.Items[i].CheckSum_Res !=
3448 threads.Items[i - 1].CheckSum_Res)
3592 static void Print_Usage_and_Threads(IBenchPrintCallback &f, UInt64 usage, UInt32 threads)
3594 PrintRequirements(f, "usage:", true, usage, "Benchmark threads: ", threads);
3955 /* it can show incorrect frequency for HT threads.
4058 PrintRequirements(*printCallback, "size: ", ramSize_Defined, ramSize, "CPU hardware threads:", numCPUs);