Changes

Jump to: navigation, search

Winter 2014 SPO600 Weekly Schedule

10 bytes added, 18:21, 5 February 2014
Atomics
==== Atomics ====
'''Atomics''' are operations which must be completed in a single step (or appear to be completed in a single step) without potential interruption.
* Wikipedia has a good basic overview of the need for atomicity in the article on [http://en.wikipedia.org/wiki/Linearizability Linerarizability]
* GCC provides intrinsics (built-in functions) for atomic operations, as documented in the GCC manual:

Navigation menu