Home
last modified time | relevance | path

Searched refs:ThreadCompleteGate (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbexec.c689 (void) AcpiOsWaitSemaphore (Info->ThreadCompleteGate, in AcpiDbMethodThread()
699 (void) AcpiOsSignalSemaphore (Info->ThreadCompleteGate, 1); in AcpiDbMethodThread()
858 ACPI_MUTEX ThreadCompleteGate; in AcpiDbCreateExecutionThreads() local
891 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()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Daclocal.h1424 ACPI_HANDLE ThreadCompleteGate;
1422 ACPI_HANDLE ThreadCompleteGate; global() member