__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
cat <<EOF
/**
* ${class}${atomicname}() - atomic decrement if positive with ${desc_order} ordering
* @v: pointer to ${atomic}_t
*
* If (@v > 0), atomically updates @v to (@v - 1) with ${desc_order} ordering.
* Otherwise, @v is not modified and relaxed ordering is provided.
*
* ${desc_noinstr}
*
* Return: The old value of (@v - 1), regardless of whether @v was updated.
*/
EOF
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| add | File | 260 B | 0644 |
|
| add_negative | File | 340 B | 0644 |
|
| add_unless | File | 486 B | 0644 |
|
| and | File | 261 B | 0644 |
|
| andnot | File | 266 B | 0644 |
|
| cmpxchg | File | 418 B | 0644 |
|
| dec | File | 238 B | 0644 |
|
| dec_and_test | File | 310 B | 0644 |
|
| dec_if_positive | File | 388 B | 0644 |
|
| dec_unless_positive | File | 371 B | 0644 |
|
| inc | File | 238 B | 0644 |
|
| inc_and_test | File | 310 B | 0644 |
|
| inc_not_zero | File | 367 B | 0644 |
|
| inc_unless_negative | File | 371 B | 0644 |
|
| or | File | 260 B | 0644 |
|
| read | File | 251 B | 0644 |
|
| set | File | 255 B | 0644 |
|
| sub | File | 270 B | 0644 |
|
| sub_and_test | File | 342 B | 0644 |
|
| try_cmpxchg | File | 500 B | 0644 |
|
| xchg | File | 284 B | 0644 |
|
| xor | File | 261 B | 0644 |
|