]>
git.saurik.com Git - wxWidgets.git/blob - interface/atomic.h
ee07a6636e6ec8e4a1dc3146cf321cc95158f51b
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: documentation for global functions
4 // Author: wxWidgets team
6 // Licence: wxWindows license
7 /////////////////////////////////////////////////////////////////////////////
10 This function increments @a value in an atomic manner.
12 void wxAtomicInc(wxAtomicInt
& value
);