ReactOS 0.4.16-dev-311-g9382aa2
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_EXECUTER |
Functions | |
static void | AcpiExLinkMutex (ACPI_OPERAND_OBJECT *ObjDesc, ACPI_THREAD_STATE *Thread) |
void | AcpiExUnlinkMutex (ACPI_OPERAND_OBJECT *ObjDesc) |
ACPI_STATUS | AcpiExAcquireMutexObject (UINT16 Timeout, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_THREAD_ID ThreadId) |
ACPI_STATUS | AcpiExAcquireMutex (ACPI_OPERAND_OBJECT *TimeDesc, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) |
ACPI_STATUS | AcpiExReleaseMutexObject (ACPI_OPERAND_OBJECT *ObjDesc) |
ACPI_STATUS | AcpiExReleaseMutex (ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) |
void | AcpiExReleaseAllMutexes (ACPI_THREAD_STATE *Thread) |
#define _COMPONENT ACPI_EXECUTER |
ACPI_STATUS AcpiExAcquireMutex | ( | ACPI_OPERAND_OBJECT * | TimeDesc, |
ACPI_OPERAND_OBJECT * | ObjDesc, | ||
ACPI_WALK_STATE * | WalkState | ||
) |
Definition at line 248 of file exmutex.c.
Referenced by AcpiExOpcode_2A_0T_1R().
ACPI_STATUS AcpiExAcquireMutexObject | ( | UINT16 | Timeout, |
ACPI_OPERAND_OBJECT * | ObjDesc, | ||
ACPI_THREAD_ID | ThreadId | ||
) |
Definition at line 176 of file exmutex.c.
Referenced by AcpiAcquireGlobalLock(), AcpiExAcquireGlobalLock(), and AcpiExAcquireMutex().
|
static |
Definition at line 125 of file exmutex.c.
Referenced by AcpiExAcquireMutex().
void AcpiExReleaseAllMutexes | ( | ACPI_THREAD_STATE * | Thread | ) |
Definition at line 536 of file exmutex.c.
Referenced by AcpiPsParseAml().
ACPI_STATUS AcpiExReleaseMutex | ( | ACPI_OPERAND_OBJECT * | ObjDesc, |
ACPI_WALK_STATE * | WalkState | ||
) |
Definition at line 408 of file exmutex.c.
Referenced by AcpiExOpcode_1A_0T_0R().
ACPI_STATUS AcpiExReleaseMutexObject | ( | ACPI_OPERAND_OBJECT * | ObjDesc | ) |
Definition at line 344 of file exmutex.c.
Referenced by AcpiExReleaseGlobalLock(), AcpiExReleaseMutex(), and AcpiReleaseGlobalLock().
void AcpiExUnlinkMutex | ( | ACPI_OPERAND_OBJECT * | ObjDesc | ) |
Definition at line 73 of file exmutex.c.
Referenced by AcpiExReleaseMutexObject(), and AcpiUtDeleteInternalObj().