Sign in
gbmc
/
linux
/
1bab7eea6ecd7325ed62daecc8cd3a8f5b20f26f
/
.
/
scripts
/
atomic
/
fallbacks
/
acquire
blob: 4da0cab3604e2bfda3e52f4033808303342cda4b [
file
]
cat
<<
EOF
$
{
ret
}
ret
=
arch_$
{
atomic
}
_$
{
pfx
}
$
{
name
}
$
{
sfx
}
_relaxed
(
$
{
args
});
__atomic_acquire_fence
();
return
ret
;
EOF