Searched refs:Threads (Results 1 – 8 of 8) sorted by relevance
746 if (Info->Threads && (Info->NumCreated < Info->NumThreads)) in AcpiDbMethodThread()748 Info->Threads[Info->NumCreated++] = AcpiOsGetThreadId(); in AcpiDbMethodThread()1027 AcpiGbl_DbMethodInfo.Threads = AcpiOsAllocate (Size); in AcpiDbCreateExecutionThreads()1028 if (AcpiGbl_DbMethodInfo.Threads == NULL) in AcpiDbCreateExecutionThreads()1036 memset (AcpiGbl_DbMethodInfo.Threads, 0, Size); in AcpiDbCreateExecutionThreads()1111 AcpiOsFree (AcpiGbl_DbMethodInfo.Threads); in AcpiDbCreateExecutionThreads()1112 AcpiGbl_DbMethodInfo.Threads = NULL; in AcpiDbCreateExecutionThreads()
127 access / allocation patterns. Threads with heavy workloads often benefit
79 remain at the highest frequency until all Hyper-Threads on that core request a scale down.
627 It is possible to create Control Threads using the public API639 - with no affinity configuration, the Control Threads will end up on641 - with affinity restricted to 2-4, the Control Threads will end up on643 - with affinity restricted to 2-3, the Control Threads will end up on
1124 …Threads need to use synchronization primitives like semaphores (distinct semaphore per table entry…
1522 ACPI_THREAD_ID *Threads; member
131 threading models: L-Threads (default) and EAL Threads (when the
6046 Debugger: Fixed a regression with the "Threads" command where