Home
last modified time | relevance | path

Searched refs:Threads (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbexec.c746 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()
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DTUNING.md127 access / allocation patterns. Threads with heavy workloads often benefit
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpower_man.rst79 remain at the highest frequency until all Hyper-Threads on that core request a scale down.
H A Denv_abstraction_layer.rst627 It is possible to create Control Threads using the public API
639 - with no affinity configuration, the Control Threads will end up on
641 - with affinity restricted to 2-4, the Control Threads will end up on
643 - with affinity restricted to 2-3, the Control Threads will end up on
H A Dpacket_framework.rst1124Threads need to use synchronization primitives like semaphores (distinct semaphore per table entry…
/f-stack/freebsd/contrib/dev/acpica/include/
H A Daclocal.h1522 ACPI_THREAD_ID *Threads; member
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst131 threading models: L-Threads (default) and EAL Threads (when the
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt6046 Debugger: Fixed a regression with the "Threads" command where