]>
git.saurik.com Git - wxWidgets.git/blob - interface/atomic.h
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
);