Stores 'writeThis' to the memory referenced by 'here' if the value
referenced by 'here' is equal to 'ifThis'. This operation is both
lock-free and atomic.
Params:
here
The address of the destination variable.
writeThis
The value to store.
ifThis
The comparison value.
Returns: true if the store occurred, false if not.
Page generated by Ddoc. Copyright Sean Kelly 2005 - 2010.