162306a36Sopenharmony_cicat <<EOF
262306a36Sopenharmony_ci/**
362306a36Sopenharmony_ci * ${class}${atomicname}() - atomic subtract and test if zero with ${desc_order} ordering
462306a36Sopenharmony_ci * @i: ${int} value to add
562306a36Sopenharmony_ci * @v: pointer to ${atomic}_t
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci * Atomically updates @v to (@v - @i) with ${desc_order} ordering.
862306a36Sopenharmony_ci *
962306a36Sopenharmony_ci * ${desc_noinstr}
1062306a36Sopenharmony_ci *
1162306a36Sopenharmony_ci * Return: @true if the resulting value of @v is zero, @false otherwise.
1262306a36Sopenharmony_ci */
1362306a36Sopenharmony_ciEOF
14