Sign in
android-kvm
/
linux
/
384b77fd48fd683a82760bc88bef8611cba997fc
/
.
/
scripts
/
atomic
/
fallbacks
/
dec
blob: e2e01f0574bbc662e40d3796821341beb9ef6681 [
file
] [
log
] [
blame
]
cat
<<
EOF
static
__always_inline $
{
ret
}
$
{
arch
}
$
{
atomic
}
_$
{
pfx
}
dec$
{
sfx
}
$
{
order
}(
$
{
atomic
}
_t
*
v
)
{
$
{
retstmt
}
$
{
arch
}
$
{
atomic
}
_$
{
pfx
}
sub
$
{
sfx
}
$
{
order
}(
1
,
v
);
}
EOF