SoundIoOsCond

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. struct SoundIoOsCond
  2. struct SoundIoOsCond
  3. struct SoundIoOsCond
    version(!SOUNDIO_OS_KQUEUE && !Windows)
    extern (C) @nogc nothrow __gshared
    struct SoundIoOsCond {}

Members

Variables

attr
pthread_condattr_t attr;
Undocumented in source.
attr_init
bool attr_init;
Undocumented in source.
default_mutex_id
pthread_mutex_t default_mutex_id;
Undocumented in source.
default_mutex_init
bool default_mutex_init;
Undocumented in source.
id
pthread_cond_t id;
Undocumented in source.
id_init
bool id_init;
Undocumented in source.

Meta