Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/debugger/
A Ddbexec.c581 (void) AcpiOsWaitSemaphore (Info->InfoGate, 1, ACPI_WAIT_FOREVER); in AcpiDbMethodThread()
605 (void) AcpiOsSignalSemaphore (Info->InfoGate, 1); in AcpiDbMethodThread()
692 ACPI_MUTEX InfoGate; in AcpiDbCreateExecutionThreads() local
735 Status = AcpiOsCreateSemaphore (1, 1, &InfoGate); in AcpiDbCreateExecutionThreads()
760 (void) AcpiOsDeleteSemaphore (InfoGate); in AcpiDbCreateExecutionThreads()
772 AcpiGbl_DbMethodInfo.InfoGate = InfoGate; in AcpiDbCreateExecutionThreads()
836 (void) AcpiOsDeleteSemaphore (InfoGate); in AcpiDbCreateExecutionThreads()
/third_party/lib/acpica/source/include/acpica/
A Daclocal.h1309 ACPI_HANDLE InfoGate; member

Completed in 9 milliseconds