]>
git.saurik.com Git - wxWidgets.git/blob - interface/atomic.h
1e9305cf1c8ba62438fad7474948582b558a0fe1
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: interface of 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
);