Share via


NDIS Spin Lock Interface (Compact 2013)

3/26/2014

This section describes the NDIS spin lock interface.

In This Section

  • NdisAcquireSpinLock
    Acquires a spin lock so that the caller gains exclusive access to the resources.
  • NdisDprAcquireSpinLock
    Acquires a spin lock so that the caller can synchronize access to resources shared among non-ISR driver functions in a multiprocessor-safe way.
  • NdisDprReleaseSpinLock
    Releases a spin lock acquired in the immediately preceding call to the NdisDprAcquireSpinLock function.
  • NdisFreeSpinLock
    Releases a spin lock initialized in a preceding call to the NdisAllocateSpinLock function.
  • NdisReleaseSpinLock
    Releases a spin lock that was acquired in a preceding call to the NdisAcquireSpinLock function.

See Also

Reference

NDIS General-use Interfaces