My Project
Loading...
Searching...
No Matches
spinlock.c File Reference

Go to the source code of this file.

Macros

#define X86_SPINLOCK_H

Functions

void MsAcquireSpinlock (IN PSPINLOCK lock, IN PIRQL OldIrql)
void MsReleaseSpinlock (IN PSPINLOCK lock, IN IRQL OldIrql)
void MsAcquireSpinlockAtDpcLevel (IN PSPINLOCK Lock)
void MsReleaseSpinlockFromDpcLevel (IN PSPINLOCK Lock)

Macro Definition Documentation

◆ X86_SPINLOCK_H

#define X86_SPINLOCK_H

Definition at line 7 of file spinlock.c.

Function Documentation

◆ MsAcquireSpinlock()

void MsAcquireSpinlock ( IN PSPINLOCK lock,
IN PIRQL OldIrql )

Definition at line 13 of file spinlock.c.

◆ MsAcquireSpinlockAtDpcLevel()

void MsAcquireSpinlockAtDpcLevel ( IN PSPINLOCK Lock)

Definition at line 74 of file spinlock.c.

◆ MsReleaseSpinlock()

void MsReleaseSpinlock ( IN PSPINLOCK lock,
IN IRQL OldIrql )

Definition at line 45 of file spinlock.c.

◆ MsReleaseSpinlockFromDpcLevel()

void MsReleaseSpinlockFromDpcLevel ( IN PSPINLOCK Lock)

Definition at line 100 of file spinlock.c.