Uses of Interface
club.doki7.sdl3.datatype.ISDL_AtomicU32
Packages that use ISDL_AtomicU32
-
Uses of ISDL_AtomicU32 in club.doki7.sdl3
Methods in club.doki7.sdl3 with parameters of type ISDL_AtomicU32Modifier and TypeMethodDescriptionboolean
SDL3.compareAndSwapAtomicU32
(@Nullable ISDL_AtomicU32 a, int oldval, int newval) Set an atomic variable to a new value if it is currently an old value.int
SDL3.getAtomicU32
(@Nullable ISDL_AtomicU32 a) Get the value of an atomic variable.int
SDL3.setAtomicU32
(@Nullable ISDL_AtomicU32 a, int v) Set an atomic variable to a value. -
Uses of ISDL_AtomicU32 in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement ISDL_AtomicU32Modifier and TypeClassDescriptionfinal record
Represents a pointer to aSDL_AtomicU32
structure in native memory.static final record
Represents a pointer to / an array of null structure(s) in native memory.