-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_GlobalUnlock
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Globally unlock via an atomic.
All atomic operations in libmatoya
create a full memory barrier.
void MTY_GlobalUnlock(
MTY_Atomic32 * lock
);
lock
(MTY_Atomic32 *
)
An MTY_Atomic32
.