ReactOS 0.4.15-dev-7953-g1f49173
_ACPI_SEM Struct Reference
Collaboration diagram for _ACPI_SEM:

Public Attributes

UINT32 CurrentUnits
 
KEVENT Event
 
KSPIN_LOCK Lock
 

Detailed Description

Definition at line 345 of file osl.c.

Member Data Documentation

◆ CurrentUnits

UINT32 _ACPI_SEM::CurrentUnits

Definition at line 346 of file osl.c.

Referenced by AcpiOsCreateSemaphore(), AcpiOsSignalSemaphore(), and AcpiOsWaitSemaphore().

◆ Event

KEVENT _ACPI_SEM::Event

Definition at line 347 of file osl.c.

Referenced by AcpiOsCreateSemaphore(), AcpiOsSignalSemaphore(), and AcpiOsWaitSemaphore().

◆ Lock

KSPIN_LOCK _ACPI_SEM::Lock

Definition at line 348 of file osl.c.

Referenced by AcpiOsCreateSemaphore(), AcpiOsSignalSemaphore(), and AcpiOsWaitSemaphore().


The documentation for this struct was generated from the following file: