soundio.atomics

Translated from C to D

Members

Aliases

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.

Static functions

SOUNDIO_ATOMIC_FETCH_ADD
auto SOUNDIO_ATOMIC_FETCH_ADD(T x, long count)
Undocumented in source. Be warned that the author may not have intended to support it.
SOUNDIO_ATOMIC_FLAG_CLEAR
void SOUNDIO_ATOMIC_FLAG_CLEAR(SoundIoAtomicFlag a)
Undocumented in source. Be warned that the author may not have intended to support it.
SOUNDIO_ATOMIC_FLAG_TEST_AND_SET
bool SOUNDIO_ATOMIC_FLAG_TEST_AND_SET(SoundIoAtomicFlag a)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

SOUNDIO_ATOMIC_FLAG_INIT
enum SOUNDIO_ATOMIC_FLAG_INIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta