atomic_sub(9)

NAME

atomic_sub - subtract integer from atomic variable

SYNOPSIS

void atomic_sub(int i, atomic_t * v);

ARGUMENTS

i
integer value to subtract
v
pointer of type atomic_t

DESCRIPTION

Atomically subtracts i from v.

COPYRIGHT

Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout