- SDL_CompilerBarrier
alias SDL_CompilerBarrier = atomicFence!()
Undocumented in source.
- SDL_MemoryBarrierAcquire
alias SDL_MemoryBarrierAcquire = SDL_CompilerBarrier
Undocumented in source.
- SDL_MemoryBarrierRelease
alias SDL_MemoryBarrierRelease = SDL_CompilerBarrier
Undocumented in source.
- SDL_SpinLock
alias SDL_SpinLock = int
Undocumented in source.
- pSDL_AtomicCAS
alias pSDL_AtomicCAS = SDL_bool function(SDL_atomic_t*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_AtomicCASPtr
alias pSDL_AtomicCASPtr = SDL_bool function(void**, void*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_AtomicLock
alias pSDL_AtomicLock = void function(SDL_SpinLock*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_AtomicTryLock
alias pSDL_AtomicTryLock = SDL_bool function(SDL_SpinLock*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_AtomicUnlock
alias pSDL_AtomicUnlock = void function(SDL_SpinLock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_AtomicAdd
int SDL_AtomicAdd(SDL_atomic_t* a, int v)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_AtomicCAS
SDL_bool SDL_AtomicCAS(SDL_atomic_t* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_AtomicCASPtr
SDL_bool SDL_AtomicCASPtr(void** , void* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_AtomicDecRef
SDL_bool SDL_AtomicDecRef(SDL_atomic_t* a)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_AtomicGet
int SDL_AtomicGet(SDL_atomic_t* a)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_AtomicGetPtr
void* SDL_AtomicGetPtr(void** a)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_AtomicIncRef
int SDL_AtomicIncRef(SDL_atomic_t* a)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_AtomicLock
void SDL_AtomicLock(SDL_SpinLock* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_AtomicSet
int SDL_AtomicSet(SDL_atomic_t* a, int v)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_AtomicSetPtr
void* SDL_AtomicSetPtr(void** a, void* v)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_AtomicTryLock
SDL_bool SDL_AtomicTryLock(SDL_SpinLock* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_AtomicUnlock
void SDL_AtomicUnlock(SDL_SpinLock )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.