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