mirror of
https://gitflic.ru/project/npo_rbs/repka-os_kernel.git
synced 2025-04-25 14:05:38 +00:00
13 lines
255 B
Text
13 lines
255 B
Text
cat <<EOF
|
|
/**
|
|
* ${class}${atomicname}() - atomic set with ${desc_order} ordering
|
|
* @v: pointer to ${atomic}_t
|
|
* @i: ${int} value to assign
|
|
*
|
|
* Atomically sets @v to @i with ${desc_order} ordering.
|
|
*
|
|
* ${desc_noinstr}
|
|
*
|
|
* Return: Nothing.
|
|
*/
|
|
EOF
|