Home
last modified time | relevance | path

Searched refs:ThreadCompleteGate (Results 1 – 2 of 2) sorted by relevance

/acpica-latest/source/components/debugger/
Ddbexec.c795 (void) AcpiOsWaitSemaphore (Info->ThreadCompleteGate, in AcpiDbMethodThread()
805 (void) AcpiOsSignalSemaphore (Info->ThreadCompleteGate, 1); in AcpiDbMethodThread()
964 ACPI_MUTEX ThreadCompleteGate; in AcpiDbCreateExecutionThreads() local
997 Status = AcpiOsCreateSemaphore (1, 1, &ThreadCompleteGate); in AcpiDbCreateExecutionThreads()
1015 (void) AcpiOsDeleteSemaphore (ThreadCompleteGate); in AcpiDbCreateExecutionThreads()
1032 (void) AcpiOsDeleteSemaphore (ThreadCompleteGate); in AcpiDbCreateExecutionThreads()
1044 AcpiGbl_DbMethodInfo.ThreadCompleteGate = ThreadCompleteGate; in AcpiDbCreateExecutionThreads()
1108 (void) AcpiOsDeleteSemaphore (ThreadCompleteGate); in AcpiDbCreateExecutionThreads()
/acpica-latest/source/include/
Daclocal.h1530 ACPI_HANDLE ThreadCompleteGate; member