#include <interlocked.h>
|
| void * | Exchange (void *value) |
| | Exchange.
|
| |
| void * | CompareExchange (void *exchange, void *comparand) |
| | Compare and exchange.
|
| |
◆ CompareExchange()
| void * Threading::Interlocked::AtomicPointer::CompareExchange |
( |
void * | exchange, |
|
|
void * | comparand ) |
|
inline |
◆ Exchange()
| void * Threading::Interlocked::AtomicPointer::Exchange |
( |
void * | value | ) |
|
|
inline |
◆ ptr
| volatile void* Threading::Interlocked::AtomicPointer::ptr |
|
private |
The documentation for this struct was generated from the following file: