Public Types | |
typedef Host | VolatileType |
typedef int | IntType |
Static Public Member Functions | |
IntType | AtomicAdd (volatile IntType &lval, IntType val) |
IntType | AtomicSubtract (volatile IntType &lval, IntType val) |
IntType | AtomicMultiply (volatile IntType &lval, IntType val) |
IntType | AtomicDivide (volatile IntType &lval, IntType val) |
IntType | AtomicIncrement (volatile IntType &lval) |
IntType | AtomicDivide (volatile IntType &lval) |
void | AtomicAssign (volatile IntType &lval, IntType val) |
void | AtomicAssign (IntType &lval, volatile IntType &val) |
|
|
|
|
Definition at line 92 of file Threads. References base::SingleThreaded< Host >::IntType. |
|
Definition at line 113 of file Threads. References base::SingleThreaded< Host >::IntType. |
|
Definition at line 110 of file Threads. References base::SingleThreaded< Host >::IntType. |
|
Definition at line 107 of file Threads. References base::SingleThreaded< Host >::IntType. |
|
Definition at line 101 of file Threads. References base::SingleThreaded< Host >::IntType. |
|
Definition at line 104 of file Threads. References base::SingleThreaded< Host >::IntType. |
|
Definition at line 98 of file Threads. References base::SingleThreaded< Host >::IntType. |
|
Definition at line 95 of file Threads. References base::SingleThreaded< Host >::IntType. |