10 lines
190 B
Plaintext
10 lines
190 B
Plaintext
![]() |
cat <<EOF
|
||
|
static inline ${ret}
|
||
|
${atomic}_${pfx}${name}${sfx}_acquire(${params})
|
||
|
{
|
||
|
${ret} ret = ${atomic}_${pfx}${name}${sfx}_relaxed(${args});
|
||
|
__atomic_acquire_fence();
|
||
|
return ret;
|
||
|
}
|
||
|
EOF
|