Wiki Page Content

Revision 1 as of 2011-02-01 20:44:41

Clear message

DRAFT

SDL_atomic_t

A structure that contains a type representing an atomic integer value.

Data Fields

int

value

the atomic integer value

Code Examples

You can add your code example here

Remarks

SDL_atomic_t is a structure so people don't accidentally use numeric operations on it. Instead, you should use SDL_AtomicSet(), SDL_AtomicGet(), SDL_AtomicAdd(), SDL_AtomicIncRef(), SDL_AtomicDecRef(), or SDL_AtomicCAS() to work with the integer value.


CategoryStruct, CategoryAtomic

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit