Searched refs:ThreadCompleteGate (Results 1 – 2 of 2) sorted by relevance
689 (void) AcpiOsWaitSemaphore (Info->ThreadCompleteGate, in AcpiDbMethodThread()699 (void) AcpiOsSignalSemaphore (Info->ThreadCompleteGate, 1); in AcpiDbMethodThread()858 ACPI_MUTEX ThreadCompleteGate; in AcpiDbCreateExecutionThreads() local891 Status = AcpiOsCreateSemaphore (1, 1, &ThreadCompleteGate); in AcpiDbCreateExecutionThreads()909 (void) AcpiOsDeleteSemaphore (ThreadCompleteGate); in AcpiDbCreateExecutionThreads()926 (void) AcpiOsDeleteSemaphore (ThreadCompleteGate); in AcpiDbCreateExecutionThreads()938 AcpiGbl_DbMethodInfo.ThreadCompleteGate = ThreadCompleteGate; in AcpiDbCreateExecutionThreads()1002 (void) AcpiOsDeleteSemaphore (ThreadCompleteGate); in AcpiDbCreateExecutionThreads()
1424 ACPI_HANDLE ThreadCompleteGate;1422 ACPI_HANDLE ThreadCompleteGate; global() member