My Project
UDK 3.2.7 C/C++ API Reference
|
Go to the source code of this file.
Macros | |
#define | osl_atomic_increment(p) osl_incrementInterlockedCount((p)) |
#define | osl_atomic_decrement(p) osl_decrementInterlockedCount((p)) |
Typedefs | |
typedef sal_Int32 | oslInterlockedCount |
Functions | |
SAL_DLLPUBLIC oslInterlockedCount | osl_incrementInterlockedCount (oslInterlockedCount *pCount) |
Increments the count variable addressed by pCount. More... | |
SAL_DLLPUBLIC oslInterlockedCount | osl_decrementInterlockedCount (oslInterlockedCount *pCount) |
Decrement the count variable addressed by pCount. More... | |
#define osl_atomic_decrement | ( | p | ) | osl_decrementInterlockedCount((p)) |
#define osl_atomic_increment | ( | p | ) | osl_incrementInterlockedCount((p)) |
typedef sal_Int32 oslInterlockedCount |
SAL_DLLPUBLIC oslInterlockedCount osl_decrementInterlockedCount | ( | oslInterlockedCount * | pCount | ) |
Decrement the count variable addressed by pCount.
pCount | Address of count variable |
SAL_DLLPUBLIC oslInterlockedCount osl_incrementInterlockedCount | ( | oslInterlockedCount * | pCount | ) |
Increments the count variable addressed by pCount.
pCount | Address of count variable |