- SOUNDIO_ATOMIC_EXCHANGE
alias SOUNDIO_ATOMIC_EXCHANGE = atomicExchange
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SOUNDIO_ATOMIC_FETCH_ADD
alias SOUNDIO_ATOMIC_FETCH_ADD = atomicFetchAdd
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SOUNDIO_ATOMIC_LOAD
alias SOUNDIO_ATOMIC_LOAD = atomicLoad
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SOUNDIO_ATOMIC_STORE
alias SOUNDIO_ATOMIC_STORE = atomicStore
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SoundIoAtomicBool
alias SoundIoAtomicBool = shared(bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SoundIoAtomicFlag
alias SoundIoAtomicFlag = shared(bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SoundIoAtomicInt
alias SoundIoAtomicInt = shared(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SoundIoAtomicLong
alias SoundIoAtomicLong = shared(long)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SoundIoAtomicULong
alias SoundIoAtomicULong = shared(ulong)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Translated from C to D