Searched refs:InfoGate (Results 1 – 2 of 2) sorted by relevance
736 (void) AcpiOsWaitSemaphore (Info->InfoGate, 1, ACPI_WAIT_FOREVER); in AcpiDbMethodThread()760 (void) AcpiOsSignalSemaphore (Info->InfoGate, 1); in AcpiDbMethodThread()965 ACPI_MUTEX InfoGate; in AcpiDbCreateExecutionThreads() local1008 Status = AcpiOsCreateSemaphore (1, 1, &InfoGate); in AcpiDbCreateExecutionThreads()1033 (void) AcpiOsDeleteSemaphore (InfoGate); in AcpiDbCreateExecutionThreads()1045 AcpiGbl_DbMethodInfo.InfoGate = InfoGate; in AcpiDbCreateExecutionThreads()1109 (void) AcpiOsDeleteSemaphore (InfoGate); in AcpiDbCreateExecutionThreads()
1531 ACPI_HANDLE InfoGate; member