mirror of
https://gitflic.ru/project/npo_rbs/repka-os_kernel.git
synced 2025-04-21 19:54:21 +00:00
12 lines
251 B
Text
12 lines
251 B
Text
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
|