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

Function csoundTableCopyOut

Top/threadsafe.c:370–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370void csoundTableCopyOut(CSOUND *csound, int table, MYFLT *ptable){
371
372 csoundLockMutex(csound->API_lock);
373 csoundTableCopyOutInternal(csound, table, ptable);
374 csoundUnlockMutex(csound->API_lock);
375}
376
377void csoundTableCopyIn(CSOUND *csound, int table, MYFLT *ptable){
378 csoundLockMutex(csound->API_lock);

Callers 3

TableCopyOutFunction · 0.50
TableCopyOutFunction · 0.50
TableCopyOutFunction · 0.50

Calls 3

csoundLockMutexFunction · 0.85
csoundUnlockMutexFunction · 0.85

Tested by

no test coverage detected