ReactOS 0.4.16-dev-338-g34e76ad
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_EXECUTER |
Functions | |
ACPI_STATUS | AcpiExSystemWaitSemaphore (ACPI_SEMAPHORE Semaphore, UINT16 Timeout) |
ACPI_STATUS | AcpiExSystemWaitMutex (ACPI_MUTEX Mutex, UINT16 Timeout) |
ACPI_STATUS | AcpiExSystemDoStall (UINT32 HowLongUs) |
ACPI_STATUS | AcpiExSystemDoSleep (UINT64 HowLongMs) |
ACPI_STATUS | AcpiExSystemSignalEvent (ACPI_OPERAND_OBJECT *ObjDesc) |
ACPI_STATUS | AcpiExSystemWaitEvent (ACPI_OPERAND_OBJECT *TimeDesc, ACPI_OPERAND_OBJECT *ObjDesc) |
ACPI_STATUS | AcpiExSystemResetEvent (ACPI_OPERAND_OBJECT *ObjDesc) |
#define _COMPONENT ACPI_EXECUTER |
Definition at line 48 of file exsystem.c.
ACPI_STATUS AcpiExSystemDoSleep | ( | UINT64 | HowLongMs | ) |
Definition at line 223 of file exsystem.c.
Referenced by AcpiExOpcode_1A_0T_0R().
ACPI_STATUS AcpiExSystemDoStall | ( | UINT32 | HowLongUs | ) |
Definition at line 174 of file exsystem.c.
Referenced by AcpiExOpcode_1A_0T_0R().
ACPI_STATUS AcpiExSystemResetEvent | ( | ACPI_OPERAND_OBJECT * | ObjDesc | ) |
Definition at line 332 of file exsystem.c.
Referenced by AcpiExOpcode_1A_0T_0R().
ACPI_STATUS AcpiExSystemSignalEvent | ( | ACPI_OPERAND_OBJECT * | ObjDesc | ) |
Definition at line 265 of file exsystem.c.
Referenced by AcpiExOpcode_1A_0T_0R().
ACPI_STATUS AcpiExSystemWaitEvent | ( | ACPI_OPERAND_OBJECT * | TimeDesc, |
ACPI_OPERAND_OBJECT * | ObjDesc | ||
) |
Definition at line 299 of file exsystem.c.
Referenced by AcpiExOpcode_2A_0T_1R().
ACPI_STATUS AcpiExSystemWaitMutex | ( | ACPI_MUTEX | Mutex, |
UINT16 | Timeout | ||
) |
Definition at line 120 of file exsystem.c.
Referenced by AcpiDsBeginMethodExecution(), AcpiEvAcquireGlobalLock(), and AcpiExAcquireMutexObject().
ACPI_STATUS AcpiExSystemWaitSemaphore | ( | ACPI_SEMAPHORE | Semaphore, |
UINT16 | Timeout | ||
) |
Definition at line 68 of file exsystem.c.
Referenced by AcpiEvAcquireGlobalLock(), and AcpiExSystemWaitEvent().