|
Nebula
|
#include <interlocked.h>
Public Member Functions | |
| void * | Exchange (void *value) |
| Exchange. | |
| void * | CompareExchange (void *exchange, void *comparand) |
| Compare and exchange. | |
Private Attributes | |
| volatile void * | ptr |
|
inline |
Compare and exchange.
|
inline |
Exchange.
|
private |