13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
|
cat <<EOF
|
||
|
/**
|
||
|
* ${class}${atomicname}() - atomic increment with ${desc_order} ordering
|
||
|
* @v: pointer to ${atomic}_t
|
||
|
*
|
||
|
* Atomically updates @v to (@v + 1) with ${desc_order} ordering.
|
||
|
*
|
||
|
* ${desc_noinstr}
|
||
|
*
|
||
|
* ${desc_return}
|
||
|
*/
|
||
|
EOF
|