Sign in
mingw
/
mingw-w64
/
6f07ecd9dd1d6f2f1e642e9983e186684489764a
/
.
/
mingw-w64-crt
/
intrincs
/
ilockand.c
blob: 646bb8ba86eb5b3a4bcde3dd76b05bcb75bb2bcb [
file
] [
log
] [
blame
]
#include
<intrin.h>
#include
<psdk_inc/intrin-mac.h>
__buildlogicali
(
_InterlockedAnd
,
__LONG32
,
and
)
__LONG32
InterlockedAnd
(
__LONG32
volatile
*,
__LONG32
)
__attribute__
((
alias
(
"_InterlockedAnd"
)));