ReactOS 0.4.16-dev-59-gd481587
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
VOID NTAPI | HalpAcquireCmosSpinLock (VOID) |
VOID NTAPI | HalpReleaseCmosSpinLock (VOID) |
Variables | |
ULONG_PTR | HalpSystemHardwareFlags |
KSPIN_LOCK | HalpSystemHardwareLock |
#define NDEBUG |
Definition at line 14 of file spinlock.c.
Definition at line 226 of file spinlock.c.
Referenced by HalGetEnvironmentVariable(), HalMakeBeep(), HalpGetCmosData(), HalpInitializeClock(), HalpReboot(), HalpSetCmosData(), HalQueryRealTimeClock(), HalSetEnvironmentVariable(), HalSetRealTimeClock(), HalStartProfileInterrupt(), HalStopProfileInterrupt(), and RtcSetClockRate().
Definition at line 243 of file spinlock.c.
Referenced by HalGetEnvironmentVariable(), HalMakeBeep(), HalpGetCmosData(), HalpInitializeClock(), HalpSetCmosData(), HalQueryRealTimeClock(), HalSetEnvironmentVariable(), HalSetRealTimeClock(), HalStartProfileInterrupt(), HalStopProfileInterrupt(), and RtcSetClockRate().
ULONG_PTR HalpSystemHardwareFlags |
Definition at line 24 of file spinlock.c.
Referenced by HalpAcquireCmosSpinLock(), and HalpReleaseCmosSpinLock().
KSPIN_LOCK HalpSystemHardwareLock |
Definition at line 25 of file spinlock.c.
Referenced by HalInitSystem(), HalpAcquireCmosSpinLock(), and HalpReleaseCmosSpinLock().