Is there any Ndis equivalent for InterlockedExchangeAdd that doesnt
use spin lock?
Thanks
Arun
InterlockedExchangeAdd is intrinsic with the modern compilers;
IMHO you can just use it on all supported architectures -
which are documented in MSDN.
Regards,
--PA
On Jul 7, 4:08 pm, "Pavel A." <pave...@NOwritemeNO.com> wrote:
> "Arunkumar Sundaram" <arunkumar.sunda...@gmail.com> wrote in messagenews:8f38c541-b258-492c...@a1g2000hsb.googlegroups.com...