Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

Atomic Struct Reference

List of all members.

Static Public Member Functions

static bool compareAndSet32 (void *vptr, void *expect, void *update)

Classes

class  VersionASM

Member Function Documentation

static bool compareAndSet32 void *  vptr,
void *  expect,
void *  update
[inline, static]
 

Compare expect to *ptr and if equal copy update to *ptr and return true; Otherwise return false.

Parameters:
ptr the memory location to update
expect the expected value at *ptr
update the new value for *ptr
Returns:
true if successful

Definition at line 34 of file Atomic.d.


The documentation for this struct was generated from the following file:
Generated on Mon Nov 14 10:59:48 2005 for Mango by  doxygen 1.4.0