MCPcopy Create free account
hub / github.com/LabSound/LabSound / OssHandle

Method OssHandle

src/backends/RtAudio/RtAudio.cpp:9873–9880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9871 pthread_cond_t runnable;
9872
9873 OssHandle()
9874 : triggered(false)
9875 {
9876 id[0] = 0;
9877 id[1] = 0;
9878 xrun[0] = false;
9879 xrun[1] = false;
9880 }
9881};
9882
9883RtApiOss ::RtApiOss()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected