wxWidgets/interface/atomic.h

15 lines
416 B
C

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