You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> A variable ('\**parameter-name*') which is accessed via an Interlocked function must always be accessed via an Interlocked function. See line '\**line-number*': It is not always safe to access a variable which is accessed via the Interlocked\* family of functions in any other way.
12
+
> A variable ('*parameter-name*') which is accessed via an Interlocked function must always be accessed via an Interlocked function. See line '*line-number*': It is not always safe to access a variable which is accessed via the Interlocked\* family of functions in any other way.
13
13
14
14
A variable that is accessed by using the Interlocked executive support routines, such as InterlockedCompareExchangeAcquire, is later accessed by using a different function.
0 commit comments