ReactOS 0.4.16-dev-106-g10b08aa
|
#include <aclocal.h>
Public Attributes | |
ACPI_STATE_COMMON UINT8 | CurrentSyncLevel |
struct acpi_walk_state * | WalkStateList |
union acpi_operand_object * | AcquiredMutexList |
ACPI_THREAD_ID | ThreadId |
union acpi_operand_object* acpi_thread_state::AcquiredMutexList |
Definition at line 766 of file aclocal.h.
Referenced by AcpiExReleaseMutex().
ACPI_STATE_COMMON UINT8 acpi_thread_state::CurrentSyncLevel |
Definition at line 764 of file aclocal.h.
Referenced by AcpiDsBeginMethodExecution(), AcpiDsTerminateControlMethod(), AcpiExAcquireMutex(), AcpiExReleaseMutex(), and AcpiPsParseAml().
ACPI_THREAD_ID acpi_thread_state::ThreadId |
Definition at line 767 of file aclocal.h.
Referenced by AcpiDsBeginMethodExecution(), AcpiExAcquireMutex(), and AcpiExReleaseMutex().
struct acpi_walk_state* acpi_thread_state::WalkStateList |