blob: 89fe6147c9643e759aea9984050ee2a925b81b63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|