![]() |
Plasma Engine
2.0
|
This is the complete list of members for plAtomicUtils, including all inherited members.
| Add(plInt32 &ref_iDest, plInt32 value) | plAtomicUtils | static |
| Add(plInt64 &ref_iDest, plInt64 value) | plAtomicUtils | static |
| And(plInt32 &ref_iDest, plInt32 value) | plAtomicUtils | static |
| And(plInt64 &ref_iDest, plInt64 value) | plAtomicUtils | static |
| CompareAndSwap(plInt32 &ref_iDest, plInt32 iExpected, plInt32 value) | plAtomicUtils | static |
| CompareAndSwap(plInt64 &ref_iDest, plInt64 iExpected, plInt64 value) | plAtomicUtils | static |
| Decrement(plInt32 &ref_iDest) | plAtomicUtils | static |
| Decrement(plInt64 &ref_iDest) | plAtomicUtils | static |
| Increment(plInt32 &ref_iDest) | plAtomicUtils | static |
| Increment(plInt64 &ref_iDest) | plAtomicUtils | static |
| Max(plInt32 &ref_iDest, plInt32 value) | plAtomicUtils | inlinestatic |
| Max(plInt64 &ref_iDest, plInt64 value) | plAtomicUtils | inlinestatic |
| Min(plInt32 &ref_iDest, plInt32 value) | plAtomicUtils | inlinestatic |
| Min(plInt64 &ref_iDest, plInt64 value) | plAtomicUtils | inlinestatic |
| Or(plInt32 &ref_iDest, plInt32 value) | plAtomicUtils | static |
| Or(plInt64 &ref_iDest, plInt64 value) | plAtomicUtils | static |
| PostDecrement(plInt32 &ref_iDest) | plAtomicUtils | static |
| PostDecrement(plInt64 &ref_iDest) | plAtomicUtils | static |
| PostIncrement(plInt32 &ref_iDest) | plAtomicUtils | static |
| PostIncrement(plInt64 &ref_iDest) | plAtomicUtils | static |
| Read(const plInt32 &iSrc) | plAtomicUtils | static |
| Read(const plInt64 &iSrc) | plAtomicUtils | static |
| Set(plInt32 &ref_iDest, plInt32 value) | plAtomicUtils | inlinestatic |
| Set(plInt64 &ref_iDest, plInt64 value) | plAtomicUtils | static |
| TestAndSet(plInt32 &ref_iDest, plInt32 iExpected, plInt32 value) | plAtomicUtils | static |
| TestAndSet(plInt64 &ref_iDest, plInt64 iExpected, plInt64 value) | plAtomicUtils | static |
| TestAndSet(void **pDest, void *pExpected, void *value) | plAtomicUtils | static |
| Xor(plInt32 &ref_iDest, plInt32 value) | plAtomicUtils | static |
| Xor(plInt64 &ref_iDest, plInt64 value) | plAtomicUtils | static |