Searched refs:NumThreads (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c543 if (Info->Threads && (Info->NumCreated < Info->NumThreads))
593 if (Info->NumCompleted == Info->NumThreads)
634 UINT32 NumThreads; local
645 NumThreads = ACPI_STRTOUL (NumThreadsArg, NULL, 0);
648 if (!NumThreads || !NumLoops)
651 NumThreads, NumLoops);
694 AcpiGbl_DbMethodInfo.NumThreads = NumThreads;
695 Size = sizeof (ACPI_THREAD_ID) * AcpiGbl_DbMethodInfo.NumThreads;
730 AcpiDbUint32ToHexString (NumThreads, AcpiGbl_DbMethodInf
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Daclocal.h1255 UINT32 NumThreads; member in struct:acpi_db_method_info
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp40 STATISTIC(NumThreads, "Number of jumps threaded");
1470 ++NumThreads;

Completed in 68 milliseconds