Home
last modified time | relevance | path

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

/trueos/sys/contrib/dev/acpica/components/executer/
HDexsystem.c333 ACPI_SEMAPHORE TempSemaphore; in AcpiExSystemResetEvent() local
343 Status = AcpiOsCreateSemaphore (ACPI_NO_UNIT_LIMIT, 0, &TempSemaphore); in AcpiExSystemResetEvent()
347 ObjDesc->Event.OsSemaphore = TempSemaphore; in AcpiExSystemResetEvent()