P99
#define atomic_store (   OBJP,
  DES 
)

Store DESIRED into the object behind OBJP.

DESIRED and the base type of OBJP must be assignment compatible.

Remarks:
this can be used in a context that is known to have a race condition
See also:
atomic_int

Definition at line 1208 of file p99_atomic.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines