MCPcopy Create free account
hub / github.com/csound/csound / CsoundThreadLock

Method CsoundThreadLock

include/csound.hpp:961–964  ·  view source on GitHub ↗

constructors FIXME: should throw exception on failure ?

Source from the content-addressed store, hash-verified

959 // constructors
960 // FIXME: should throw exception on failure ?
961 CsoundThreadLock()
962 {
963 threadLock = csoundCreateThreadLock();
964 }
965 CsoundThreadLock(int locked)
966 {
967 threadLock = csoundCreateThreadLock();

Callers

nothing calls this directly

Calls 2

csoundCreateThreadLockFunction · 0.85
csoundWaitThreadLockFunction · 0.85

Tested by

no test coverage detected