Sign in
android-kvm
/
linux
/
741b23a970a79d5d3a1db2d64fa2c7b375a4febb
/
.
/
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