1
2
3
4
5
6
7
8
9
10
11
12
13
14
cat <<EOF
/**
 * ${class}${atomicname}() - atomic exchange with ${desc_order} ordering
 * @v: pointer to ${atomic}_t
 * @new: ${int} value to assign
 *
 * Atomically updates @v to @new with ${desc_order} ordering.
 *
 * ${desc_noinstr}
 *
 * Return: The original value of @v.
 */
EOF
掌心的温暖 是你紧握著的光芒 透过了指缝 一星半点投奔向远方