P6API P6R::P6INT32 p6AtomicInc32 ( P6R::P6INT32 volatile *  pVar  ) 

Atomically increments the variable pointed to by pVar by one.

Note:
It is recommended that pVar be aligned on it's natural boundary for better performance. In this case pVar should by on an 4 byte (32-bit) aligned boundary.
Parameters:
pVar A pointer to the P6UINT32 to be incremented.
Returns:
The incremented value.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.