Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/docs/nspr/reference/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 415 B image not shown  

SSL pr_atomicadd.rst   Sprache: unbekannt

 
rahmenlose Ansicht.rst DruckansichtUnknown {[0] [0] [0]}diese Dinge liegen außhalb unserer Verantwortung

PR_AtomicAdd
============


Syntax
------

.. code::

   #include <pratom.h>

   PRInt32 PR_AtomicAdd(
     PRInt32 *ptr,
     PRInt32 val);


Parameter
~~~~~~~~~

The function has the following parameters:

``ptr``
   A pointer to the value to increment.
``val``
   A value to be added.


Returns
~~~~~~~

The returned value is the result of the addition.


Description
-----------

Atomically add a 32 bit value.

[ Verzeichnis aufwärts0.123unsichere Verbindung  ]