wxWidgets/interface/atomic.h

15 lines
461 B
C
Raw Normal View History

/////////////////////////////////////////////////////////////////////////////
// Name: atomic.h
// Purpose: documentation for global functions
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
/**
This function increments @e value in an atomic manner.
*/
void wxAtomicInc(wxAtomicInt& value);