Sign in
nest-open-source
/
manifest_repos
/
kernel
/
3f3edba0c97e82fa5e67a100c15d607eb0711066
/
.
/
scripts
/
atomic
/
fallbacks
/
acquire
blob: ef764085c79aa290ec537ce3771abfef6761c309 [
file
] [
log
] [
blame
]
cat
<<
EOF
static
__always_inline $
{
ret
}
arch_$
{
atomic
}
_$
{
pfx
}
$
{
name
}
$
{
sfx
}
_acquire
(
$
{
params
})
{
$
{
ret
}
ret
=
arch_$
{
atomic
}
_$
{
pfx
}
$
{
name
}
$
{
sfx
}
_relaxed
(
$
{
args
});
__atomic_acquire_fence
();
return
ret
;
}
EOF