CACAO
Public Types | Static Public Member Functions
Atomic::CAS_32_functor Struct Reference

Public Types

typedef uint32_t value_type
 

Static Public Member Functions

static value_type compare_and_swap (value_type *p, value_type o, value_type n)
 

Detailed Description

Definition at line 58 of file atomic.hpp.

Member Typedef Documentation

Definition at line 59 of file atomic.hpp.

Member Function Documentation

static value_type Atomic::CAS_32_functor::compare_and_swap ( value_type p,
value_type  o,
value_type  n 
)
inlinestatic

Definition at line 60 of file atomic.hpp.


The documentation for this struct was generated from the following file: