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 TypeMethodDescriptionbooleanSDL3.compareAndSwapAtomicU32(@Nullable ISDL_AtomicU32 a, int oldval, int newval) Set an atomic variable to a new value if it is currently an old value.intSDL3.getAtomicU32(@Nullable ISDL_AtomicU32 a) Get the value of an atomic variable.intSDL3.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 recordRepresents a pointer to aSDL_AtomicU32structure in native memory.static final recordRepresents a pointer to / an array of null structure(s) in native memory.