Lines Matching defs:NumThreads
746 if (Info->Threads && (Info->NumCreated < Info->NumThreads))
799 if (Info->NumCompleted == Info->NumThreads)
959 UINT32 NumThreads;
970 NumThreads = strtoul (NumThreadsArg, NULL, 0);
973 if (!NumThreads || !NumLoops)
976 NumThreads, NumLoops);
1024 AcpiGbl_DbMethodInfo.NumThreads = NumThreads;
1025 Size = sizeof (ACPI_THREAD_ID) * AcpiGbl_DbMethodInfo.NumThreads;
1061 AcpiDbUint32ToHexString (NumThreads, AcpiGbl_DbMethodInfo.NumThreadsStr);
1083 NumThreads, NumLoops);
1085 for (i = 0; i < (NumThreads); i++)
1100 AcpiOsPrintf ("All threads (%X) have completed\n", NumThreads);