HomeSort by: relevance | last modified time | path
    Searched defs:NumThreads (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/debugger/
dbexec.c 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)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1535 UINT32 NumThreads;

Completed in 14 milliseconds