13 lines
251 B
Plaintext
13 lines
251 B
Plaintext
cat <<EOF
|
|
/**
|
|
* ${class}${atomicname}() - atomic load with ${desc_order} ordering
|
|
* @v: pointer to ${atomic}_t
|
|
*
|
|
* Atomically loads the value of @v with ${desc_order} ordering.
|
|
*
|
|
* ${desc_noinstr}
|
|
*
|
|
* Return: The value loaded from @v.
|
|
*/
|
|
EOF
|