Lines Matching refs:NumThreads
748 if (Info->Threads && (Info->NumCreated < Info->NumThreads))
801 if (Info->NumCompleted == Info->NumThreads)
961 UINT32 NumThreads;
972 NumThreads = strtoul (NumThreadsArg, NULL, 0);
975 if (!NumThreads || !NumLoops)
978 NumThreads, NumLoops);
1026 AcpiGbl_DbMethodInfo.NumThreads = NumThreads;
1027 Size = sizeof (ACPI_THREAD_ID) * AcpiGbl_DbMethodInfo.NumThreads;
1063 AcpiDbUint32ToHexString (NumThreads, AcpiGbl_DbMethodInfo.NumThreadsStr);
1085 NumThreads, NumLoops);
1087 for (i = 0; i < (NumThreads); i++)
1102 AcpiOsPrintf ("All threads (%X) have completed\n", NumThreads);