Function
atomicInc
Atomically increment an integer.
Include Headers
seqan/parallel.h
Parameters
|  Integer, by reference. | 
Remarks
 This is equivalent to an atomic ++x .
 Note that atomic increments are limited to 32 bit and 64 bit with MSVC (64 bit is only available on 64 bit Windows).
 You are responsible for correctly aligning x  such that the atomic increment works on the hardware you target.
Return Values
 The old value of x.
SeqAn - Sequence Analysis Library - www.seqan.de