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