constructors FIXME: should throw exception on failure ?
| 959 | // constructors |
| 960 | // FIXME: should throw exception on failure ? |
| 961 | CsoundThreadLock() |
| 962 | { |
| 963 | threadLock = csoundCreateThreadLock(); |
| 964 | } |
| 965 | CsoundThreadLock(int locked) |
| 966 | { |
| 967 | threadLock = csoundCreateThreadLock(); |
nothing calls this directly
no test coverage detected