Re: NdisAcquireSpinLock
From: Geoff Smith (smith.geoffrey_at_fixme.comcast.net)
Date: 03/30/04
- Previous message: Maxim S. Shatskih: "Re: [Q] DuplicateHandle"
- In reply to: anonymous: "NdisAcquireSpinLock"
- Next in thread: anonymous: "Re: NdisAcquireSpinLock"
- Reply: anonymous: "Re: NdisAcquireSpinLock"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 30 Mar 2004 12:00:19 -0800
Miniport ISR is in an ISR context - NDIS is running single threaded at that
point so if you hit a critical section that is blocked you will never get
past it.
Geoff Smith
==
"anonymous" <anonymous@discussions.microsoft.com> wrote in message
news:0AD3AED0-BE68-41DA-90F0-B9793CE594E2@microsoft.com...
> The help states that NdisAcquireSpinLock can't be used between MiniportISR
and other features, but it also states that in CE its based on critical
sections.
>
> All of the calls appear to be in the same process, so why can't it be used
? Is it just that the help has been carried over from the PC NDIS and not
using it continues to be the preferred operation ?
>
>
- Previous message: Maxim S. Shatskih: "Re: [Q] DuplicateHandle"
- In reply to: anonymous: "NdisAcquireSpinLock"
- Next in thread: anonymous: "Re: NdisAcquireSpinLock"
- Reply: anonymous: "Re: NdisAcquireSpinLock"
- Messages sorted by: [ date ] [ thread ]