Sign in
android-kvm
/
linux
/
cc5faf26decfcfd9edbafee9b7204ac9a9514c12
/
.
/
scripts
/
atomic
/
fallbacks
/
set_release
blob: 86ede759f24eacdb546bf58a8fe9565e7028e082 [
file
] [
log
] [
blame
]
cat
<<
EOF
static
__always_inline
void
arch_$
{
atomic
}
_set_release
(
$
{
atomic
}
_t
*
v
,
$
{
int
}
i
)
{
smp_store_release
(&(
v
)->
counter
,
i
);
}
EOF