Searched refs:ThreadCompleteGate (Results 1 – 2 of 2) sorted by relevance
795 (void) AcpiOsWaitSemaphore (Info->ThreadCompleteGate, in AcpiDbMethodThread()805 (void) AcpiOsSignalSemaphore (Info->ThreadCompleteGate, 1); in AcpiDbMethodThread()964 ACPI_MUTEX ThreadCompleteGate; in AcpiDbCreateExecutionThreads() local997 Status = AcpiOsCreateSemaphore (1, 1, &ThreadCompleteGate); in AcpiDbCreateExecutionThreads()1015 (void) AcpiOsDeleteSemaphore (ThreadCompleteGate); in AcpiDbCreateExecutionThreads()1032 (void) AcpiOsDeleteSemaphore (ThreadCompleteGate); in AcpiDbCreateExecutionThreads()1044 AcpiGbl_DbMethodInfo.ThreadCompleteGate = ThreadCompleteGate; in AcpiDbCreateExecutionThreads()1108 (void) AcpiOsDeleteSemaphore (ThreadCompleteGate); in AcpiDbCreateExecutionThreads()
1530 ACPI_HANDLE ThreadCompleteGate; member