TianoCore EDK2 master
Loading...
Searching...
No Matches
InterlockedDecrementMsc.c
Go to the documentation of this file.
1
13long
15 long *lpAddend
16 );
17
18#pragma intrinsic(_InterlockedDecrement)
19
33UINT32
34EFIAPI
36 IN volatile UINT32 *Value
37 )
38{
39 return _InterlockedDecrement ((long *)(Value));
40}
UINT32 EFIAPI InternalSyncDecrement(IN volatile UINT32 *Value)
long _InterlockedDecrement(long *lpAddend)
#define IN
Definition: Base.h:279