Sign in
◑
Theme
mingw
/
mingw-w64
/
2b4b440f3adeb7280b3c8fc2210ae0c4fa49bd1d
/
.
/
mingw-w64-crt
/
intrincs
/
ilockxor.c
blob: 9d3e0facfdc2ef98cfb316b0ea8bdb786fa31327 [
file
]
#define
__INTRINSIC_ONLYSPECIAL
#define
__INTRINSIC_SPECIAL__InterlockedXor
/* Causes code generation in intrin-impl.h */
#include
<intrin.h>
__LONG32
InterlockedXor
(
__LONG32
volatile
*,
__LONG32
)
__attribute__
((
alias
(
"_InterlockedXor"
)));