Searched refs:InfoGate (Results 1 – 2 of 2) sorted by relevance
581 (void) AcpiOsWaitSemaphore (Info->InfoGate, 1, ACPI_WAIT_FOREVER); in AcpiDbMethodThread()605 (void) AcpiOsSignalSemaphore (Info->InfoGate, 1); in AcpiDbMethodThread()692 ACPI_MUTEX InfoGate; in AcpiDbCreateExecutionThreads() local735 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()
1309 ACPI_HANDLE InfoGate; member
Completed in 9 milliseconds