ReactOS 0.4.16-dev-533-gc7d1aa3
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_UTILITIES |
#define _COMPONENT ACPI_UTILITIES |
ACPI_STATUS AcpiUtAcquireReadLock | ( | ACPI_RW_LOCK * | Lock | ) |
Definition at line 117 of file utlock.c.
Referenced by AcpiWalkNamespace().
ACPI_STATUS AcpiUtAcquireWriteLock | ( | ACPI_RW_LOCK * | Lock | ) |
Definition at line 185 of file utlock.c.
Referenced by AcpiTbDeleteNamespaceByOwner().
ACPI_STATUS AcpiUtCreateRwLock | ( | ACPI_RW_LOCK * | Lock | ) |
Definition at line 66 of file utlock.c.
Referenced by AcpiUtMutexInitialize().
void AcpiUtDeleteRwLock | ( | ACPI_RW_LOCK * | Lock | ) |
Definition at line 85 of file utlock.c.
Referenced by AcpiUtMutexTerminate().
ACPI_STATUS AcpiUtReleaseReadLock | ( | ACPI_RW_LOCK * | Lock | ) |
Definition at line 143 of file utlock.c.
Referenced by AcpiWalkNamespace().
void AcpiUtReleaseWriteLock | ( | ACPI_RW_LOCK * | Lock | ) |
Definition at line 197 of file utlock.c.
Referenced by AcpiTbDeleteNamespaceByOwner().