Searched refs:Threads (Results 1 – 17 of 17) sorted by relevance
/acpica-3.5.0/tests/aslts/src/runtime/collections/mt/mutex/ |
D | mutex.asl | 38 } else { // Worker Threads 76 * The Worker Threads loop forever executing strategies 124 /* Worker Threads */ 156 * The Worker Threads loop forever executing strategies 180 /* Worker Threads */ 212 * The Worker Threads loop forever executing strategies 234 /* Worker Threads */ 266 * The Worker Threads loop forever executing strategies 286 /* Worker Threads */ 318 * The Worker Threads loop forever executing strategies [all …]
|
D | SPEC | 9 - Threads 180 1.Threads thr-1, thr-2, thr-3, thr-4 Acquire mutexes of 183 2. Threads thr-2, thr-3, thr-4 attempt (one by one) to Release mutex of thr-1, and gets exce… 184 3. Threads thr-1, thr-3, thr-4 attempt (one by one) to Release mutex of thr-2, and gets exce… 185 4. Threads thr-1, thr-2, thr-4 attempt (one by one) to Release mutex of thr-3, and gets exce… 186 5. Threads thr-1, thr-2, thr-3, attempt (one by one) to Release mutex of thr-4, and gets exce… 188 6. Threads thr-1, thr-2, thr-3, thr-4 Release their mutexes. 224 Threads simultaneously own different mutexes of the same level 255 Threads thread_2, thread_3 and thread_4 acquire mutexes 290 Threads simultaneously own different mutexes of different levels
|
D | common.asl | 44 * Worker Threads - all other threads with the non-zero index 47 * the value passed to AcpiExec Threads command 60 * command line: Threads 6 1 MAIN 94 * 2 - allow only for Worker Threads to report 338 * by Threads command of AcpiExec and passed to test, it 355 * to be fulfilled by the Worker Threads. 362 * and fulfilled by the Worker Threads (Workers). 686 * by Threads command of AcpiExec and passed to test, it
|
D | MAIN.asl | 53 Debug = "Either the Threads command is old,"
|
D | tests.asl | 30 * Control Thread and fulfilled by the Worker Threads (Workers). 554 /* 2. Threads thr-2, thr-3, thr-4 attempt to Release mutex of thr-1 */ 563 /* 3. Threads thr-1, thr-3, thr-4 attempt to Release mutex of thr-2 */ 572 /* 4. Threads thr-1, thr-2, thr-4 attempt to Release mutex of thr-3 */ 581 /* 5. Threads thr-1, thr-2, thr-3 attempt to Release mutex of thr-4 */ 749 * Threads thr-1, thr-2, thr-3, thr-4 1084 * Threads thr-1, thr-2, thr-3, thr-4
|
D | worker_thr.asl | 53 * Infinite loop of the Worker Threads
|
D | service.asl | 179 /* allow only for Worker Threads to report */
|
/acpica-3.5.0/source/components/debugger/ |
D | dbexec.c | 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()
|
/acpica-3.5.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0251_ACTION_REQUIRED/ |
D | MAIN.asl | 85 * in case of Threads command 88 * arg0 - total number of threads created by Threads command 107 Store("========== args of Threads command of AcpiExec:", Debug)
|
/acpica-3.5.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0239_ACTION_REQUIRED/ |
D | DECL.asl | 37 * by the Threads debug operation on more than one thread 38 * (use <Threads 2 1 main> command). In this case the example
|
D | MAIN.asl | 48 * Threads command of AcpiExec):
|
/acpica-3.5.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0240_ACTION_REQUIRED/ |
D | DECL.asl | 36 * Run this demo by the Threads debug operation 37 * on two threads (use <Threads 2 1 MAIN> command).
|
D | MAIN.asl | 48 * Threads command of AcpiExec):
|
/acpica-3.5.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0254_DEMO_IMPOSSIBLE/ |
D | DECL.asl | 32 * SUMMARY: Adjust the Threads command of AcpiExec to the actual need of mt-testing
|
/acpica-3.5.0/source/include/ |
D | aclocal.h | 1532 ACPI_THREAD_ID *Threads; member
|
/acpica-3.5.0/tests/aslts/adm/BugState/ |
D | ALLBUGS | 261 254| M | 466 | | | 100 | Adjust the Threads command of AcpiExec to the a…
|
/acpica-3.5.0/documents/ |
D | changes.txt | 6537 Debugger: Fixed a regression with the "Threads" command where
|