Searched refs:ThreadCompleteGate (Results 1 – 2 of 2) sorted by relevance
771 (void) AcpiOsWaitSemaphore (Info->ThreadCompleteGate, in AcpiDbMethodThread()781 (void) AcpiOsSignalSemaphore (Info->ThreadCompleteGate, 1); in AcpiDbMethodThread()940 ACPI_MUTEX ThreadCompleteGate; in AcpiDbCreateExecutionThreads() local973 Status = AcpiOsCreateSemaphore (1, 1, &ThreadCompleteGate); in AcpiDbCreateExecutionThreads()991 (void) AcpiOsDeleteSemaphore (ThreadCompleteGate); in AcpiDbCreateExecutionThreads()1008 (void) AcpiOsDeleteSemaphore (ThreadCompleteGate); in AcpiDbCreateExecutionThreads()1020 AcpiGbl_DbMethodInfo.ThreadCompleteGate = ThreadCompleteGate; in AcpiDbCreateExecutionThreads()1084 (void) AcpiOsDeleteSemaphore (ThreadCompleteGate); in AcpiDbCreateExecutionThreads()
1520 ACPI_HANDLE ThreadCompleteGate; member