Searched refs:AcpiGbl_DbCommandComplete (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosgendbg.c169 static ACPI_MUTEX AcpiGbl_DbCommandComplete; variable
259 Status = AcpiOsAcquireMutex (AcpiGbl_DbCommandComplete,
357 AcpiOsReleaseMutex (AcpiGbl_DbCommandComplete);
389 Status = AcpiOsCreateMutex (&AcpiGbl_DbCommandComplete);
397 Status = AcpiOsAcquireMutex (AcpiGbl_DbCommandComplete,
414 AcpiOsDeleteMutex (AcpiGbl_DbCommandComplete);
441 AcpiOsDeleteMutex (AcpiGbl_DbCommandComplete);

Completed in 91 milliseconds