Sign in
hafnium
/
hafnium
/
third_party
/
linux
/
refs/heads/master
/
.
/
scripts
/
atomic
/
fallbacks
/
inc
blob: f866b3ad235376237d1c3cf8dbc4c2b4498f8751 [
file
] [
log
] [
blame
] [
edit
]
cat
<<
EOF
static
inline
$
{
ret
}
$
{
atomic
}
_$
{
pfx
}
inc$
{
sfx
}
$
{
order
}(
$
{
atomic
}
_t
*
v
)
{
$
{
retstmt
}
$
{
atomic
}
_$
{
pfx
}
add$
{
sfx
}
$
{
order
}(
1
,
v
);
}
EOF