NVIDIA(R) PsFoundation Reference: E:/p4/sw/physx/PxShared/1.0/trunk/src/foundation/include/PsAtomic.h File Reference From NVIDIA PhysX previous page next page Main Page Modules Namespaces Classes Files File List File Members E:/p4/sw/physx/PxShared/1.0/trunk/src/foundation/include/PsAtomic.h File Reference#include "Ps.h" Go to the source code of this file. Namespaces namespace physx Sorts an array of objects in ascending order, assuming that the predicate implements the < operator:. namespace physx::shdfnd Functions PX_FOUNDATION_API int32_t physx::shdfnd::atomicExchange (volatile int32_t *dest, int32_t val) PX_FOUNDATION_API int32_t physx::shdfnd::atomicCompareExchange (volatile int32_t *dest, int32_t exch, int32_t comp) PX_FOUNDATION_API void * physx::shdfnd::atomicCompareExchangePointer (volatile void **dest, void *exch, void *comp) PX_FOUNDATION_API int32_t physx::shdfnd::atomicIncrement (volatile int32_t *val) PX_FOUNDATION_API int32_t physx::shdfnd::atomicDecrement (volatile int32_t *val) PX_FOUNDATION_API int32_t physx::shdfnd::atomicAdd (volatile int32_t *val, int32_t delta) PX_FOUNDATION_API int32_t physx::shdfnd::atomicMax (volatile int32_t *val, int32_t val2) Generated on Tue Jul 28 14:21:55 2015 for NVIDIA(R) PsFoundation Reference by 1.5.8 previous page start next page