[ros-dev] Re: [ros-diffs] [ion] 20436: - Fix
InterlockedBitTestAndReset and InterlockedBitTestAndSet
Thomas Weidenmueller
w3seek at reactos.com
Thu Dec 29 21:09:41 CET 2005
ion at svn.reactos.org wrote:
> + /* Value changed... wait until it's locked */
> + while (*SpinLock == 1) YieldProcessor();
This might be optimized away since SpinLock was not defined as volatile
KSPIN_LOCK*
- Thomas
More information about the Ros-dev
mailing list