-
Notifications
You must be signed in to change notification settings - Fork 53
MTY_Atomic64Set
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Set a 64-bit integer atomically.
All atomic operations in libmatoya
create a full memory barrier.
void MTY_Atomic64Set(
MTY_Atomic64 * atomic,
int64_t value
);
atomic
(MTY_Atomic64 *
)
An MTY_Atomic64
.
value
(int64_t
)
Value to atomically set.