Sign in
android-kvm
/
linux
/
2a987e65025e2b79c6d453b78cb5985ac6e5eb26
/
.
/
scripts
/
atomic
/
fallbacks
/
release
blob: b46feb56d69caad27d92b320ff764423d0a1683d [
file
] [
log
] [
blame
]
cat
<<
EOF
static
__always_inline $
{
ret
}
arch_$
{
atomic
}
_$
{
pfx
}
$
{
name
}
$
{
sfx
}
_release
(
$
{
params
})
{
__atomic_release_fence
();
$
{
retstmt
}
arch_$
{
atomic
}
_$
{
pfx
}
$
{
name
}
$
{
sfx
}
_relaxed
(
$
{
args
});
}
EOF