atomic_add(9)

NAME

atomic_add - add integer to atomic variable

SYNOPSIS

void atomic_add(int i, atomic_t * v);

ARGUMENTS

i
integer value to add
v
pointer of type atomic_t

DESCRIPTION

Atomically adds i to v.

COPYRIGHT

Copyright © 2010-2025 Platon Technologies, s.r.o.           Index | Man stránky | tLDP | Dokumenty | Utilitky | O projekte
Design by styleshout