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

Function csoundTableCopyIn

Top/threadsafe.c:377–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377void csoundTableCopyIn(CSOUND *csound, int table, MYFLT *ptable){
378 csoundLockMutex(csound->API_lock);
379 csoundTableCopyInInternal(csound, table, ptable);
380 csoundUnlockMutex(csound->API_lock);
381}
382
383void csoundTableSet(CSOUND *csound, int table, int index, MYFLT value)
384{

Callers 3

TableCopyInFunction · 0.50
TableCopyInFunction · 0.50
TableCopyInFunction · 0.50

Calls 3

csoundLockMutexFunction · 0.85
csoundUnlockMutexFunction · 0.85

Tested by

no test coverage detected