Sign in
cos
/
third_party
/
kernel
/
9969db4816aed975197e6570b863a9fe9cd0a2a1
/
.
/
scripts
/
atomic
/
fallbacks
/
acquire
blob: 4da0cab3604e2bfda3e52f4033808303342cda4b [
file
]
cat
<<
EOF
$
{
ret
}
ret
=
arch_$
{
atomic
}
_$
{
pfx
}
$
{
name
}
$
{
sfx
}
_relaxed
(
$
{
args
});
__atomic_acquire_fence
();
return
ret
;
EOF