Macros implementing atomic operations for multi-thread variable access. More...
Macros | |
#define | HqAtomicAdd(ptr_, value_, after_) |
#define | HqAtomicMaximum(ptr_, value_, after_) |
#define | HqAtomicMinimum(ptr_, value_, after_) |
#define | HQ_ATOMIC_SUPPORTED 1 |
#define | HqAtomicIncrement(ptr_, before_) |
#define | HqAtomicDecrement(ptr_, after_) |
#define | HqAtomicCAS(ptr_, compareto_, swapfor_, swapped_) |
#define | HqAtomicCASPointer(ptr_, compareto_, swapfor_, swapped_, type_) |
#define | HqAtomicAdd(ptr_, value_, after_) |
Typedefs | |
typedef long | hq_atomic_counter_t |
Macros implementing atomic operations for multi-thread variable access.
Copyright (C) 2022 Global Graphics Software Ltd. All rights reserved. This source code contains the confidential and trade secret information of Global Graphics Software Ltd. It may not be used, copied or distributed for any reason except as set forth in the applicable Global Graphics license agreement.