| LibreOffice
    LibreOffice 25.2 SDK C/C++ API Reference | 
Go to the source code of this file.
| Typedefs | |
| typedef sal_Int32 | oslInterlockedCount | 
| Functions | |
| SAL_DLLPUBLIC oslInterlockedCount | osl_incrementInterlockedCount (oslInterlockedCount *pCount) | 
| Increments the count variable addressed by pCount. | |
| SAL_DLLPUBLIC oslInterlockedCount | osl_decrementInterlockedCount (oslInterlockedCount *pCount) | 
| Decrement the count variable addressed by pCount. | |
| 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 |