Searched refs:ThreadCompleteGate (Results 1 – 2 of 2) sorted by relevance
797 (void) AcpiOsWaitSemaphore (Info->ThreadCompleteGate, in AcpiDbMethodThread()807 (void) AcpiOsSignalSemaphore (Info->ThreadCompleteGate, 1); in AcpiDbMethodThread()966 ACPI_MUTEX ThreadCompleteGate; in AcpiDbCreateExecutionThreads() local999 Status = AcpiOsCreateSemaphore (1, 1, &ThreadCompleteGate); in AcpiDbCreateExecutionThreads()1017 (void) AcpiOsDeleteSemaphore (ThreadCompleteGate); in AcpiDbCreateExecutionThreads()1034 (void) AcpiOsDeleteSemaphore (ThreadCompleteGate); in AcpiDbCreateExecutionThreads()1046 AcpiGbl_DbMethodInfo.ThreadCompleteGate = ThreadCompleteGate; in AcpiDbCreateExecutionThreads()1110 (void) AcpiOsDeleteSemaphore (ThreadCompleteGate); in AcpiDbCreateExecutionThreads()
1532 ACPI_HANDLE ThreadCompleteGate; member