mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +00:00
8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
cat <<EOF
|
|
static __always_inline ${ret}
|
|
arch_${atomic}_read_acquire(const ${atomic}_t *v)
|
|
{
|
|
return smp_load_acquire(&(v)->counter);
|
|
}
|
|
EOF
|