Uses of Record Class
club.doki7.sdl3.handle.SDL_Thread.Ptr
Packages that use SDL_Thread.Ptr
-
Uses of SDL_Thread.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return SDL_Thread.PtrModifier and TypeMethodDescriptionstatic SDL_Thread.Ptr
static SDL_Thread.Ptr
static SDL_Thread.Ptr
SDL_Thread.Ptr.allocate
(Arena arena, @Nullable SDL_Thread[] values) static SDL_Thread.Ptr
SDL_Thread.Ptr.allocateV
(Arena arena, @Nullable SDL_Thread value0, @Nullable SDL_Thread... values) SDL_Thread.Ptr.offset
(long offset) SDL_Thread.Ptr.reinterpret
(long newSize) Assume theSDL_Thread.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Thread.Ptr
that uses the same backing storage as thisSDL_Thread.Ptr
, but with the new size.SDL_Thread.Ptr.slice
(long end) SDL_Thread.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).