Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 199 of file evglock.c.
Referenced by AcpiEvTerminate().
{ ACPI_STATUS Status; ACPI_FUNCTION_TRACE (EvRemoveGlobalLockHandler); AcpiGbl_GlobalLockPresent = FALSE; Status = AcpiRemoveFixedEventHandler (ACPI_EVENT_GLOBAL, AcpiEvGlobalLockHandler); return_ACPI_STATUS (Status); }